From: John Darrington Date: Mon, 22 Dec 2008 06:43:57 +0000 (+0900) Subject: Change the perl module's distname to be more distinct from that of the main distribution X-Git-Tag: sav-api~821^2~21 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7006fb25e78f46e26dbabbfacf68b0297e4cd0ea;p=pspp Change the perl module's distname to be more distinct from that of the main distribution --- diff --git a/perl-module/Makefile.PL b/perl-module/Makefile.PL index 40b14efdf6..dfa235e765 100644 --- a/perl-module/Makefile.PL +++ b/perl-module/Makefile.PL @@ -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