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.
However, I just noticed Liblist.t is busted after I turned strict on
because the test was calling it as a class method and _vms_ext() really
wants an object.
--
I am forever changed by their dopeness.