>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.
OK, your change tests out ok with bleadperl and a copy of MM I grabbed from cvs this morning. I did have to put back in an explicit reference to ExtUtils::Manifest::manifind because the version of Manifest I have does not export that function. Thanks for your clean-up efforts. -- ________________________________________ Craig A. Berry mailto:[EMAIL PROTECTED] "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser
