Author: pgollucci
Date: Sat May 20 22:40:05 2006
New Revision: 408137
URL: http://svn.apache.org/viewvc?rev=408137&view=rev
Log:
fix my scatterbrained haste in the last commit, and include Archive::Tar in the
%perl_glue
like all the other ones.
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=408137&r1=408136&r2=408137&view=diff
==============================================================================
--- httpd/apreq/trunk/build/version_check.pl (original)
+++ httpd/apreq/trunk/build/version_check.pl Sat May 20 22:40:05 2006
@@ -77,13 +77,9 @@
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 => "1.29", test => \&ta_version,
+ comment => 'Win32 only', },
);
-
-$perl_glue{'Archive::Tar'} = {
- version => "1.29",
- test => \&ta_version,
- comment => 'Win32 only',
- };
my %test = (
"Test::Inline" => { version => "0.16", test => \&ti_version },