aboutsummaryrefslogtreecommitdiff
path: root/converters/p5-MIME-Base64/files/patch-Makefile.PL
diff options
context:
space:
mode:
Diffstat (limited to 'converters/p5-MIME-Base64/files/patch-Makefile.PL')
-rw-r--r--converters/p5-MIME-Base64/files/patch-Makefile.PL9
1 files changed, 0 insertions, 9 deletions
diff --git a/converters/p5-MIME-Base64/files/patch-Makefile.PL b/converters/p5-MIME-Base64/files/patch-Makefile.PL
deleted file mode 100644
index fc989684932e..000000000000
--- a/converters/p5-MIME-Base64/files/patch-Makefile.PL
+++ /dev/null
@@ -1,9 +0,0 @@
---- Makefile.PL.orig Mon Mar 10 00:07:50 2003
-+++ Makefile.PL Sat Apr 5 18:49:51 2003
-@@ -6,6 +6,4 @@
- VERSION_FROM => 'Base64.pm',
- EXE_FILES => [qw(encode-base64 decode-base64 encode-qp decode-qp)],
- dist => { COMPRESS => 'gzip -9f', SUFFIX => 'gz', },
-- ($] >= 5.008) ?
-- (INSTALLDIRS => 'perl') : (),
- );