X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2FMakefile.PL;h=fcb4db055911064e9a0b998b5ae29eb9526d0070;hb=7a5fb1b41208866a400578b9efa3830ff794f6dd;hp=cf4131760c0e875a771b3053d7f42f538db944e6;hpb=00e095652fc0f36d39acf72992f4714cbac1ffb6;p=pspp-builds.git 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 ') : ()),