You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl-cvs@perl.apache.org by st...@apache.org on 2015/05/09 14:31:26 UTC

svn commit: r1678487 - /perl/modperl/trunk/ModPerl-Registry/Makefile.PL

Author: stevehay
Date: Sat May  9 12:31:26 2015
New Revision: 1678487

URL: http://svn.apache.org/r1678487
Log:
Remove 'unparsable version' warning during 'perl Makefile.PL'

Modified:
    perl/modperl/trunk/ModPerl-Registry/Makefile.PL

Modified: perl/modperl/trunk/ModPerl-Registry/Makefile.PL
URL: http://svn.apache.org/viewvc/perl/modperl/trunk/ModPerl-Registry/Makefile.PL?rev=1678487&r1=1678486&r2=1678487&view=diff
==============================================================================
--- perl/modperl/trunk/ModPerl-Registry/Makefile.PL (original)
+++ perl/modperl/trunk/ModPerl-Registry/Makefile.PL Sat May  9 12:31:26 2015
@@ -14,7 +14,7 @@ use Apache::TestMM qw(test clean);
 
 # prerequisites
 my %require = (
-    "Apache::Test" => "", # any version will do?
+    "Apache::Test" => "0", # any version will do?
 );
 
 my @scripts = qw(t/TEST t/SMOKE);