summaryrefslogtreecommitdiff
path: root/devel/p5-Config-Auto/files/patch-Makefile.PL
blob: 62f90e9bc736f3b23329716cf8ddfe266b8d845a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- Makefile.PL.orig	2013-05-12 15:18:54 UTC
+++ Makefile.PL
@@ -29,6 +29,11 @@ WriteMakefile1(
     LICENSE => 'perl',
     META_MERGE => {
         resources => {
+
+    'MAN3PODS'	=> {
+       'lib/Config/Auto.pm'	=> '$(INST_MAN3DIR)/Config::Auto.$(MAN3EXT)',
+    },
+
             repository => 'https://github.com/jib/config-auto',
         },
     },