blob: b6531c9577d96e63a3f8f66ae65f6d6b53ff098a (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- t/22_installdirs.t 2012-03-02 00:00:48.000000000 +1100
+++ t/22_installdirs-edit.t 2012-06-06 11:26:54.998603586 +1000
@@ -13,6 +13,8 @@
plan tests => 24;
+undef $ENV{PERL_MM_OPT}; # PERL_MM_OPT='INSTALLDIRS=perl' can interfere
+
SCOPE: {
ok( create_dist('Foo', { 'Makefile.PL' => <<"END_DSL" }), 'create_dist' );
use inc::Module::Install 0.81;
|