Author: stas
Date: Thu Apr  7 14:48:06 2005
New Revision: 160476

URL: http://svn.apache.org/viewcvs?view=rev&rev=160476
Log:
fix a bogus dup of the file's content

Modified:
    perl/modperl/trunk/t/htdocs/vhost/post_config.pl

Modified: perl/modperl/trunk/t/htdocs/vhost/post_config.pl
URL: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/t/htdocs/vhost/post_config.pl?view=diff&r1=160475&r2=160476
==============================================================================
--- perl/modperl/trunk/t/htdocs/vhost/post_config.pl (original)
+++ perl/modperl/trunk/t/htdocs/vhost/post_config.pl Thu Apr  7 14:48:06 2005
@@ -6,11 +6,3 @@
 $TestVhost::config::restart_count = Apache2::ServerUtil::restart_count();
 
 1;
-use warnings;
-use strict;
-
-use Apache2::ServerUtil ();
-
-$TestVhost::config::Restart_Count = Apache2::ServerUtil::restart_count();
-
-1;


Reply via email to