Re: Extension naming loading in Perl 5.8.7

2005-08-16 Thread Michael G Schwern
On Tue, Aug 16, 2005 at 12:39:00PM +0930, Jeremy Begg wrote: Where exactly is the problem here? It looks like Install.PM is assuming the case of the filenames returned by File::Find is going to match the package names declared in those files, but is that improper behaviour? On every operating

Re: Extension naming loading in Perl 5.8.7

2005-08-16 Thread John E. Malmberg
Michael G Schwern wrote: On Tue, Aug 16, 2005 at 12:39:00PM +0930, Jeremy Begg wrote: Where exactly is the problem here? It looks like Install.PM is assuming the case of the filenames returned by File::Find is going to match the package names declared in those files, but is that improper

Re: Extension naming loading in Perl 5.8.7

2005-08-16 Thread Jeremy Begg
Hi, Thanks to all of you for your comments and assistance. FWIW I did get the modules built. Convert::ASN1 and Net::LDAP were the two supplied by Graham Barr and both had the same problem. I fixed it by editing the 'package' and 'use' statements in every affected .PM file (about a dozen or so

Extension naming loading in Perl 5.8.7

2005-08-15 Thread Jeremy Begg
Hi, Last week I asked for help building Convert::ASN1 on Perl 5.8.7, which was failing as follows: $ sh def DKA100:[SOURCES.CONVERT-ASN1-0_19] $ perl makefile.pl Can't locate object method new via package Module::Install::base (perhaps you forgot to load