diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-02-04 08:46:42 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-02-04 08:46:42 +0000 |
commit | 862e4cc0a8123d3cd3f84ae459e94f1e2a01a16d (patch) | |
tree | 682f8db18f2933418c68c9666c8c9b84ab987dbf /lang/perl5.8/files/patch-INST_PREFIX.t | |
parent | - Update to version 1.2.1.1. (diff) |
- Remove lang/perl5.8 and lang/perl5.10
Reviewed by: bapt@
Approved by: skv@ (implicit via email)
Notes
Notes:
svn path=/head/; revision=311580
Diffstat (limited to 'lang/perl5.8/files/patch-INST_PREFIX.t')
-rw-r--r-- | lang/perl5.8/files/patch-INST_PREFIX.t | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/perl5.8/files/patch-INST_PREFIX.t b/lang/perl5.8/files/patch-INST_PREFIX.t deleted file mode 100644 index 9520ef26890c..000000000000 --- a/lang/perl5.8/files/patch-INST_PREFIX.t +++ /dev/null @@ -1,20 +0,0 @@ ---- 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' ); - |