Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Test-Deep CPAN distribution.

Report information
The Basics
Id: 8893
Status: resolved
Priority: 0/
Queue: Test-Deep

People
Owner: Nobody in particular
Requestors:
Cc:
AdminCc:

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



Subject: INSTALLDIRS=perl should not be set.
Test::Deep has INSTALLDIRS=perl set in its Makefile.PL. This indicates to MakeMaker that it is a core module and should be installed with other core modules. Test::Deep is not in the core. INSTALLDIRS should not be set.
Changed in git... but I worry that people will install a new version, which will install to site, and have @INC ordering mean that they actually get the old version, now. Ugh. -- rjbs
Subject: Re: [rt.cpan.org #8893] INSTALLDIRS=perl should not be set.
Date: Wed, 29 Sep 2010 12:51:36 +0100
To: bug-Test-Deep [...] rt.cpan.org
From: Fergal Daly <fergal [...] esatclear.ie>
That's why, despite being a clear bug, I have never fixed it :( F
I made the INSTALLDIRS location depend on $], so that it's still stupid on 5.8 and correct on 5.10 @INC ordering was fixed in 5.10, so once 5.8 is unsupported by Test::Deep, we can drop the weird install location. Fix released in 0.107 -- rjbs