projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2cf7ac6
)
Added module file to PM entry
author
John Darrington
<john@darrington.wattle.id.au>
Mon, 12 Jan 2009 06:38:32 +0000
(15:38 +0900)
committer
John Darrington
<john@darrington.wattle.id.au>
Mon, 12 Jan 2009 06:38:32 +0000
(15:38 +0900)
perl-module/Makefile.PL
patch
|
blob
|
history
diff --git
a/perl-module/Makefile.PL
b/perl-module/Makefile.PL
index cf4131760c0e875a771b3053d7f42f538db944e6..fcb4db055911064e9a0b998b5ae29eb9526d0070 100644
(file)
--- a/
perl-module/Makefile.PL
+++ b/
perl-module/Makefile.PL
@@
-18,6
+18,7
@@
WriteMakefile(
DISTNAME => 'PSPP-Perl',
VERSION_FROM => "$Locations{BuildDir}/src/libpspp/version.c",
PREREQ_PM => {POSIX=>0},
+ PM => {"lib/PSPP.pm", "\$(INST_LIBDIR)/PSPP.pm"},
($] >= 5.005 ? ## Add these new keywords supported since 5.005
(ABSTRACT_FROM => 'lib/PSPP.pm', # retrieve abstract from module
AUTHOR => 'John Darrington <john@darrington.wattle.id.au>') : ()),