diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-11 20:36:18 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-01-11 20:36:18 +0000 |
commit | e0a8062bb0119ad3fb963fbc6b9989ac2dfe280c (patch) | |
tree | 6d80d6be0f3bc2edadc7d4233d0c530e3adcea28 /lang/perl5.16/files/patch-INST_PREFIX.t | |
parent | 244b858cf8c46ab0576c7cd19c423c7c8140bbea (diff) |
Rename patches in the makepatch fashion.
Notes
Notes:
svn path=/head/; revision=339452
Diffstat (limited to 'lang/perl5.16/files/patch-INST_PREFIX.t')
-rw-r--r-- | lang/perl5.16/files/patch-INST_PREFIX.t | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/lang/perl5.16/files/patch-INST_PREFIX.t b/lang/perl5.16/files/patch-INST_PREFIX.t deleted file mode 100644 index 12d47848eb42..000000000000 --- a/lang/perl5.16/files/patch-INST_PREFIX.t +++ /dev/null @@ -1,20 +0,0 @@ ---- cpan/ExtUtils-MakeMaker/t/INST_PREFIX.t.orig Wed Feb 15 12:46:31 2006 -+++ cpan/ExtUtils-MakeMaker/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' ); - |