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 au...@apache.org on 2006/08/25 13:59:25 UTC

svn commit: r436772 - /perl/Apache-SizeLimit/trunk/t/apache2/all.t

Author: autarch
Date: Fri Aug 25 04:59:25 2006
New Revision: 436772

URL: http://svn.apache.org/viewvc?rev=436772&view=rev
Log:
Remove a rather gross bit of tabbing.

Modified:
    perl/Apache-SizeLimit/trunk/t/apache2/all.t

Modified: perl/Apache-SizeLimit/trunk/t/apache2/all.t
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/t/apache2/all.t?rev=436772&r1=436771&r2=436772&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/t/apache2/all.t (original)
+++ perl/Apache-SizeLimit/trunk/t/apache2/all.t Fri Aug 25 04:59:25 2006
@@ -29,7 +29,7 @@
     $ok &= need_min_apache_version("2.0.48");
 
     eval { require mod_perl2; };
-		$ok &= $mod_perl2::VERSION >= 1.99022 ? 1 : 0; ## 2.0.0-RC5+
+    $ok &= $mod_perl2::VERSION >= 1.99022 ? 1 : 0; ## 2.0.0-RC5+
 
     $ok &= need_min_module_version('Test::Builder' => '0.18_01');