From 1ac99f1d33246c04300f1605f052ca6cdd6f34d8 Mon Sep 17 00:00:00 2001 From: erwin Date: Tue, 6 Sep 2005 08:01:32 +0000 Subject: Update to 0.45 --- textproc/p5-PDF-API2/files/patch-Makefile.PL | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 textproc/p5-PDF-API2/files/patch-Makefile.PL (limited to 'textproc/p5-PDF-API2') diff --git a/textproc/p5-PDF-API2/files/patch-Makefile.PL b/textproc/p5-PDF-API2/files/patch-Makefile.PL deleted file mode 100644 index 329b7ae8b445..000000000000 --- a/textproc/p5-PDF-API2/files/patch-Makefile.PL +++ /dev/null @@ -1,23 +0,0 @@ ---- Makefile.PL.orig Thu Mar 17 19:34:06 2005 -+++ Makefile.PL Thu Mar 17 19:34:20 2005 -@@ -232,19 +232,7 @@ - COMPRESS => "gzip -9 -f ", - }, - MAN1PODS => {}, -- MAN3PODS => -- { -- map -- { -- my $file = "lib/$_"; -- my $man = $_; -- $man =~ s!\.(pm|pod)$!!; -- $man =~ s!/!::!g; -- $man = "blib/man3/${man}.3pm"; -- $file => $man; -- } -- @manify -- }, -+ MAN3PODS => {}, - PREREQ_PM => { 'Compress::Zlib' => 1.0, }, - VERSION_FROM => $versionfile, - ); -- cgit