From 7006fb25e78f46e26dbabbfacf68b0297e4cd0ea Mon Sep 17 00:00:00 2001 From: John Darrington Date: Mon, 22 Dec 2008 15:43:57 +0900 Subject: [PATCH] Change the perl module's distname to be more distinct from that of the main distribution --- perl-module/Makefile.PL | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2