X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2FMakefile.PL;fp=perl-module%2FMakefile.PL;h=a315abbee2241363bd5c270e5af54297445e7d64;hb=44114c59bac0208c1074c67880581c0956f1d78e;hp=a3b7b465adf80edf6708b40e95a4900e2784059f;hpb=fa7075e2d32b03472b4a18b4d0e6df8249a4b123;p=pspp diff --git a/perl-module/Makefile.PL b/perl-module/Makefile.PL index a3b7b465ad..a315abbee2 100644 --- a/perl-module/Makefile.PL +++ b/perl-module/Makefile.PL @@ -19,7 +19,7 @@ WriteMakefile( 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 + (ABSTRACT => 'Perl extension to PSPP', AUTHOR => 'John Darrington ') : ()), INC => "-I $Locations{SourceDir} -I $Locations{SourceDir}/src -I $Locations{SourceDir}/gl -I $Locations{BuildDir}/gl -I $Locations{BuildDir}", MYEXTLIB => "$Locations{BuildDir}/src/.libs/libpspp-core.\$(SO)",