aboutsummaryrefslogtreecommitdiff
path: root/lang/perl5.14/files/patch-INST_PREFIX.t
diff options
context:
space:
mode:
Diffstat (limited to 'lang/perl5.14/files/patch-INST_PREFIX.t')
-rw-r--r--lang/perl5.14/files/patch-INST_PREFIX.t20
1 files changed, 20 insertions, 0 deletions
diff --git a/lang/perl5.14/files/patch-INST_PREFIX.t b/lang/perl5.14/files/patch-INST_PREFIX.t
new file mode 100644
index 000000000000..9520ef26890c
--- /dev/null
+++ b/lang/perl5.14/files/patch-INST_PREFIX.t
@@ -0,0 +1,20 @@
+--- lib/ExtUtils/t/INST_PREFIX.t.orig Wed Feb 15 12:46:31 2006
++++ lib/ExtUtils/t/INST_PREFIX.t Wed Feb 15 12:46:52 2006
+@@ -16,7 +16,7 @@ BEGIN {
+ }
+
+ use strict;
+-use Test::More tests => 52;
++use Test::More tests => 51;
+ use MakeMaker::Test::Utils;
+ use MakeMaker::Test::Setup::BFD;
+ use ExtUtils::MakeMaker;
+@@ -62,7 +62,7 @@ like( $stdout->read, qr{
+ Writing\ $Makefile\ for\ Big::Dummy\n
+ }x );
+
+-is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' );
++## is( $mm->{PREFIX}, '$(SITEPREFIX)', 'PREFIX set based on INSTALLDIRS' );
+
+ isa_ok( $mm, 'ExtUtils::MakeMaker' );
+