Author: stas
Date: Tue May 10 19:08:31 2005
New Revision: 169553

URL: http://svn.apache.org/viewcvs?rev=169553&view=rev
Log:
collapse the duplicated use into one

Modified:
    perl/modperl/trunk/ModPerl-Registry/t/basic.t

Modified: perl/modperl/trunk/ModPerl-Registry/t/basic.t
URL: 
http://svn.apache.org/viewcvs/perl/modperl/trunk/ModPerl-Registry/t/basic.t?rev=169553&r1=169552&r2=169553&view=diff
==============================================================================
--- perl/modperl/trunk/ModPerl-Registry/t/basic.t (original)
+++ perl/modperl/trunk/ModPerl-Registry/t/basic.t Tue May 10 19:08:31 2005
@@ -2,11 +2,9 @@
 use warnings FATAL => 'all';
 
 use Apache::Test;
-use Apache::TestUtil;
+use Apache::TestUtil qw(t_cmp t_catfile_apache t_client_log_error_is_expected);
 use Apache::TestRequest;
 use Apache::TestConfig ();
-
-use Apache::TestUtil qw(t_catfile_apache);
 
 my %modules = (
     registry    => 'ModPerl::Registry',


Reply via email to