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

Re: Extension naming & loading in Perl 5.8.7

2005-08-16 Thread Michael G Schwern
On Tue, Aug 16, 2005 at 11:00:01AM -0500, Craig Berry wrote: > I submitted a patch that got things working, see > > http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2005-03/msg00071.html > > but never received a reply from the author. Autrijus probably just dropped it on the floor. I've attache

Re: Extension naming & loading in Perl 5.8.7

2005-08-16 Thread Craig Berry
On Tuesday, August 16, 2005, at 01:22AM, Michael G Schwern <[EMAIL PROTECTED]> 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 t

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 behav

Re: Extension naming & loading in Perl 5.8.7

2005-08-15 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 operati