From 240d882fc9f70461f84394388c29c309d1932c9f Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 12 Jan 2009 15:38:32 +0900 Subject: [PATCH] Added module file to PM entry --- perl-module/Makefile.PL | 1 + 1 file changed, 1 insertion(+) 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 ') : ()), -- 2.30.2