summaryrefslogtreecommitdiff
path: root/textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL')
-rw-r--r--textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL12
1 files changed, 12 insertions, 0 deletions
diff --git a/textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL b/textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL
new file mode 100644
index 000000000000..52e66b860f1b
--- /dev/null
+++ b/textproc/p5-PerlPoint-Converters/files/patch-Makefile.PL
@@ -0,0 +1,12 @@
+--- Makefile.PL.orig 2006-02-08 15:06:06 UTC
++++ Makefile.PL
+@@ -6,8 +6,7 @@ use ExtUtils::MakeMaker;
+ # the package requires modern perl
+ require 5.005_03;
+
+-my $self = 0; # just to fake $self
+-my $version = ExtUtils::MM_Unix::parse_version($self, 'lib/PerlPoint/Converters.pm');
++my $version = ExtUtils::MM_Unix->parse_version('lib/PerlPoint/Converters.pm');
+
+ $ok=WriteMakefile(
+ 'NAME' => 'PerlPoint-Converters',