aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-PDF-API2/files/patch-Makefile.PL
blob: 329b7ae8b445a10c4a7f804fc6310c30718a673f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
--- 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, 
 );