X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=perl-module%2FMakefile.PL;h=045b4e767710e0ba7b2d43b21c03c0a07316cb6b;hb=d5429be34170d121aeffdb7c56a0ad0ab09b1748;hp=fcb4db055911064e9a0b998b5ae29eb9526d0070;hpb=240d882fc9f70461f84394388c29c309d1932c9f;p=pspp-builds.git diff --git a/perl-module/Makefile.PL b/perl-module/Makefile.PL index fcb4db05..045b4e76 100644 --- a/perl-module/Makefile.PL +++ b/perl-module/Makefile.PL @@ -6,7 +6,6 @@ use ExtUtils::MakeMaker; do 'pspp-module-config' || do { my $build = prompt ("Enter the location of the build directory of the configured pspp source:", "" ); - do 'lib/pspp-vers.pl' || die "No version info"; my $src = $top_srcdir; %Locations = (SourceDir => "$src", BuildDir => "$build");