Added module file to PM entry
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 12 Jan 2009 06:38:32 +0000 (15:38 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 12 Jan 2009 06:38:32 +0000 (15:38 +0900)
perl-module/Makefile.PL

index cf4131760c0e875a771b3053d7f42f538db944e6..fcb4db055911064e9a0b998b5ae29eb9526d0070 100644 (file)
@@ -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>') : ()),