Skip Menu |

This queue is for tickets about the CPANPLUS CPAN distribution.

Report information
The Basics
Id: 29716
Status: resolved
Priority: 0/
Queue: CPANPLUS

People
Owner: Nobody in particular
Requestors: mst [...] shadowcatsystems.co.uk
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: 20_CPANPLUS-Dist-MM.t fails (and leaves test files installed) when EUMM options include INSTALL_BASE
Date: Tue, 2 Oct 2007 16:08:28 +0100
To: bug-cpanplus [...] rt.cpan.org
From: Matt S Trout <mst [...] shadowcatsystems.co.uk>
The test doesn't clear the PERL5_MM_OPT env var before running, so if you have for e.g. PERL5_MM_OPT='INSTALL_BASE=/home/myuser/perl5' then the test installs Foo/Bar.pm into there, fails because it can't find it, and of course has no idea where to clean it up from. -- Matt S Trout Need help with your Catalyst or DBIx::Class project? Technical Director http://www.shadowcat.co.uk/catalyst/ Shadowcat Systems Ltd. Want a managed development or deployment platform? http://chainsawblues.vox.com/ http://www.shadowcat.co.uk/servers/
On Tue Oct 02 11:08:59 2007, mst@shadowcatsystems.co.uk wrote: Show quoted text
> The test doesn't clear the PERL5_MM_OPT env var before running, so if > you have > for e.g. > > PERL5_MM_OPT='INSTALL_BASE=/home/myuser/perl5' > > then the test installs Foo/Bar.pm into there, fails because it can't > find it, > and of course has no idea where to clean it up from.
Thanks for reporting, this has been addressed in the development branch.