On Tue, Mar 11, 2003 at 01:30:20PM -0500, Barry Jaspan wrote: > I have a different problem building PAR on OS X. When I (or cpan) run > perl Makefile.PL, I get > > Can't locate object method "new" via package > "Module::Install::_Autrijus" at inc/Module/Install.pm line 102. > > I'm I doing something foolish?
Most certainly not. What is your perl version? Maybe it's the 5.6.0
shipped with darwin that has a broken base.pm?
Try issuing this command under the PAR-0.65 (i.e. installation) directory:
find inc -type f | xargs perl -pi -e 's/use base .(.+).;/use $1; [EMAIL PROTECTED]
= qw($1);/'
and try perl Makefile.PL again?
Thanks,
/Autrijus/
pgp00000.pgp
Description: PGP signature
