At 6:03 PM -0700 6/6/03, Michael G Schwern wrote:
>On Thu, Jun 05, 2003 at 06:11:58PM -0500, Craig A. Berry wrote:
> > And the idea was the very simple one of moving the dummy-install
> > directory up a level so it is a sibling of the t directory.

>Okay.

> > -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.
-- 
________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]

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

Reply via email to