At 12:18 AM -0400 4/24/02, Michael G Schwern wrote:
>On Tue, Apr 23, 2002 at 11:10:03PM -0500, Craig A. Berry wrote:
>> Well, here's the problem.  It's got a colon and slashes in the same filename:
>>
>>
>> Use of uninitialized value in substitution (s///) at 
>/perl_root/lib/File/Spec/VMS.pm line 128.
>>         
>File::Spec::VMS::fixpath('PACK004=HASH(0x9f2ec4)','perl_root:/man/man$(MAN1EXT)',1) 
>called at /D0/CRAIG/EXTUTILS-MAKEMAKER/lib/ExtUtils/MM_VMS.pm line 435
>>
>> This is what fixes it (the vendor stuff is untested since VMS currently doesn't use 
>it):
>
>Oh good.  I'd just done exactly that for Win32.

Glad to hear it.  There is one odd thing I'm still seeing in the generated makefile:

PERLRUN = $(PERL) "-ID0:[CRAIG.EXTUTILS-MAKEMAKER]lib"
FULLPERLRUN = $(FULLPERL) "-ID0:[CRAIG.EXTUTILS-MAKEMAKER]lib"

Those should really have the trailing 'lib' inside the bracket -- probably a catfile 
where catdir is needed somewhere.  I don't know of specific problems this is causing 
but it doesn't look right to me.
-- 
____________________________________________
Craig A. Berry                  
mailto:[EMAIL PROTECTED]

"Literary critics usually know what they're
talking about. Even if they're wrong."
        -- Perl creator Larry Wall

Reply via email to