From: John Darrington Date: Mon, 12 Jan 2009 06:38:32 +0000 (+0900) Subject: Added module file to PM entry X-Git-Tag: v0.7.1~1^2~2 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=240d882fc9f70461f84394388c29c309d1932c9f Added module file to PM entry --- diff --git a/perl-module/Makefile.PL b/perl-module/Makefile.PL index cf413176..fcb4db05 100644 --- 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 ') : ()),