At 10:55 AM +1100 3/29/02, Ken Williams wrote: >On Friday, March 29, 2002, at 10:28 AM, Craig A. Berry wrote: >>$ perl -"MFile::Spec" -e "print File::Spec->catfile( 'moretest', 'quux' );" >>[.moretest]quux >> >>This then has to be converted back to Unix syntax if we want add_file >>to do the right thing with it. > >Really? Doesn't open() expect its arguments in VMS syntax on VMS? add_file() just >passes its argument to open().
And also adds it to the @files array. At one time I think the contents of this array were being compared with things returned from ExtUtils::Manifest. It doesn't look like that's the case anymore so I'll try your change and let you know what happens. -- ____________________________________________ Craig A. Berry mailto:[EMAIL PROTECTED] "Literary critics usually know what they're talking about. Even if they're wrong." -- Perl creator Larry Wall
