aboutsummaryrefslogtreecommitdiff
path: root/textproc/p5-Pod-Parser/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/p5-Pod-Parser/files/patch-Makefile.PL')
-rw-r--r--textproc/p5-Pod-Parser/files/patch-Makefile.PL11
1 files changed, 0 insertions, 11 deletions
diff --git a/textproc/p5-Pod-Parser/files/patch-Makefile.PL b/textproc/p5-Pod-Parser/files/patch-Makefile.PL
deleted file mode 100644
index 94fb1e7dfb65..000000000000
--- a/textproc/p5-Pod-Parser/files/patch-Makefile.PL
+++ /dev/null
@@ -1,11 +0,0 @@
---- Makefile.PL.orig Fri Aug 11 01:41:59 2000
-+++ Makefile.PL Thu Sep 12 21:17:34 2002
-@@ -4,6 +4,8 @@
- # you can redistribute it and/or modify it under the same terms
- # as Perl itself.
-
-+use Config;
-+use lib $Config{installsitelib};
- BEGIN {
- require 5.005;
- eval { require File::Spec };