aboutsummaryrefslogtreecommitdiff
path: root/devel/p5-Config-Tiny/files/patch-Makefile.PL
blob: 59ff990fbd3c44471060316d8f2476dec0b43972 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- Makefile.PL.orig	Sat Dec 21 15:01:55 2002
+++ Makefile.PL	Mon May 12 18:25:11 2003
@@ -8,6 +8,9 @@
 		FindBin    => 0,
 		
 	},	
+	'MAN3PODS'     => {
+	    'lib/Config/Tiny.pm' => '$(INST_MAN3DIR)/Config::Tiny.3'
+	},
 	($] >= 5.005) ? (
 		'AUTHOR'   => 'Adam Kennedy (adam@ali.as)',
 		'ABSTRACT' => 'Read/Write .ini style files with as little code as possible',