Remove pspp-vers.pl which did more harm than good.
[pspp-builds.git] / perl-module / Makefile.PL
index fcb4db055911064e9a0b998b5ae29eb9526d0070..045b4e767710e0ba7b2d43b21c03c0a07316cb6b 100644 (file)
@@ -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");