At 12:03 AM -0700 6/7/03, Michael G Schwern wrote:
>On Fri, Jun 06, 2003 at 11:39:06PM -0500, Craig A. Berry wrote:
>> > > -my @mpl_out = run(qq{$perl Makefile.PL "PREFIX=dummy-install"});
>> > > +my @mpl_out = run(qq{$perl Makefile.PL "PREFIX=../dummy-install"});
>>
>> Oops.  It occurs to me that rather than "../dummy-install" those
>> should really do a "File::Spec->catdir(File::Spec->updir,
>> 'dummy-install')";  I'll work up a patch against 6.10_05.
>
>Nahh, I think PREFIX is pretty tolerant of Unixisms.  Just tried it on VMS,
>it works.  I should probably try it out on some Windows like substance, too.

But even if PREFIX does the proper translation on all platforms, do File::Find and -r 
also do that translation?
-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

"... getting out of a sonnet is much more
 difficult than getting in."
                 Brad Leithauser

Reply via email to