Change the perl module's distname to be more distinct from that of the main distribution
authorJohn Darrington <john@darrington.wattle.id.au>
Mon, 22 Dec 2008 06:43:57 +0000 (15:43 +0900)
committerJohn Darrington <john@darrington.wattle.id.au>
Mon, 22 Dec 2008 06:43:57 +0000 (15:43 +0900)
perl-module/Makefile.PL

index 40b14efdf66b894ecafee14c32e61608c03edd33..dfa235e76562f07a31d7f2053cdb9aaf590f010f 100644 (file)
@@ -13,6 +13,7 @@ do 'pspp-module-config' || do {
 
 WriteMakefile(
     NAME              => 'PSPP',
+    DISTNAME          => 'PSPP-Perl',
     VERSION_FROM      => "$Locations{BuildDir}/src/libpspp/version.c", 
     PREREQ_PM         => {POSIX=>0}, 
     ($] >= 5.005 ?     ## Add these new keywords supported since 5.005