Modified: trunk/dports/perl/p5-test-base/Portfile (118415 => 118416)
--- trunk/dports/perl/p5-test-base/Portfile 2014-04-01 14:19:07 UTC (rev 118415)
+++ trunk/dports/perl/p5-test-base/Portfile 2014-04-01 14:26:56 UTC (rev 118416)
@@ -19,4 +19,6 @@
checksums rmd160 b476b3763cd4fe576e9a7406305d1863af79fb69 \
sha256 c30ccea7b919eefd356d5afb65cf60a1532ce33d25731ef09c895c4a29ed21ac
+
+patchfiles patch-Makefile.PL.diff
}
Added: trunk/dports/perl/p5-test-base/files/patch-Makefile.PL.diff (0 => 118416)
--- trunk/dports/perl/p5-test-base/files/patch-Makefile.PL.diff (rev 0)
+++ trunk/dports/perl/p5-test-base/files/patch-Makefile.PL.diff 2014-04-01 14:26:56 UTC (rev 118416)
@@ -0,0 +1,11 @@
+--- Makefile.PL.orig
++++ Makefile.PL
+@@ -11,7 +11,7 @@ use ExtUtils::MakeMaker 6.30;
+
+ my %WriteMakefileArgs = (
+ "ABSTRACT" => "A Data Driven Testing Framework",
+- "AUTHOR" => "Ingy d\x{f6}t Net <ingy\@cpan.org>",
++ "AUTHOR" => "Ingy dot Net <ingy\@cpan.org>",
+ "BUILD_REQUIRES" => {},
+ "CONFIGURE_REQUIRES" => {
+ "ExtUtils::MakeMaker" => "6.30"