11 lines
354 B
Plaintext
11 lines
354 B
Plaintext
--- Makefile.PL
|
|
+++ Makefile.PL 2007/07/16 10:17:50
|
|
@@ -23,6 +23,7 @@
|
|
my %wm = (
|
|
NAME => "Text::CSV_XS",
|
|
ABSTRACT => "Comma-Separated Values manipulation routines",
|
|
+ 'INSTALLMAN3DIR' => '$(PREFIX)/share/man/man3',
|
|
AUTHOR => "H.Merijn Brand <h.merijn\@xs4all.nl>",
|
|
VERSION_FROM => "CSV_XS.pm",
|
|
PREREQ_PM => {
|