You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apreq-cvs@httpd.apache.org by pg...@apache.org on 2006/05/23 03:45:47 UTC

svn commit: r408815 - /httpd/apreq/trunk/build/version_check.pl

Author: pgollucci
Date: Mon May 22 18:45:46 2006
New Revision: 408815

URL: http://svn.apache.org/viewvc?rev=408815&view=rev
Log:
back out the Archive::Tar commit for version 0.00 because it
will also require unix clients to have at least a vesion installed
from CPAN's perspective.

I believe randyk's eval() fix to win32/Configure.pl should be enough.
 

Modified:
    httpd/apreq/trunk/build/version_check.pl

Modified: httpd/apreq/trunk/build/version_check.pl
URL: http://svn.apache.org/viewvc/httpd/apreq/trunk/build/version_check.pl?rev=408815&r1=408814&r2=408815&view=diff
==============================================================================
--- httpd/apreq/trunk/build/version_check.pl (original)
+++ httpd/apreq/trunk/build/version_check.pl Mon May 22 18:45:46 2006
@@ -38,11 +38,6 @@
     $ExtUtils::MakeMaker::VERSION;
 }
 
-sub ta_version {
-    require Archive::Tar;
-    $Archive::Tar::VERSION;
-}
-
 sub mp2_version {
     eval {
         require mod_perl2;
@@ -77,8 +72,6 @@
              mod_perl2  => { version => "1.999022",test => \&mp2_version },
   "ExtUtils::MakeMaker" => { version => "6.15",    test => \&mm_version },
            "Test::More" => { version => "0.47",    test => \&tm_version },
-         "Archive::Tar" => { version => "0.00",    test => \&ta_version,
-                             comment => 'Win32 only',                   },
                 );
                 
 my %test = (