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: v0.7.1~1^2~21 X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pspp-builds.git;a=commitdiff_plain;h=7006fb25e78f46e26dbabbfacf68b0297e4cd0ea 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 40b14efd..dfa235e7 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