Eric Shubert wrote:
> 
> So how does one accomplish the upgrade? It depends on which version of
> MakeMaker you have:
> # grep '^our $VERSION' /usr/lib/perl5/5.8.?/ExtUtils/MakeMaker.pm
> 

That will find version 6.44, but not earlier ones. :( Dang that MM!
Try this instead:
# grep '$VERSION' /usr/lib/perl5/5.8.?/ExtUtils/MakeMaker.pm | head -n1

-- 
-Eric 'shubes'

---------------------------------------------------------------------
     QmailToaster hosted by: VR Hosted <http://www.vr.org>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to