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 pg...@apache.org on 2006/08/23 06:45:09 UTC

svn commit: r433894 - /perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

Author: pgollucci
Date: Tue Aug 22 21:45:08 2006
New Revision: 433894

URL: http://svn.apache.org/viewvc?rev=433894&view=rev
Log:
Config isn't needed here

Modified:
    perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm

Modified: perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm
URL: http://svn.apache.org/viewvc/perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm?rev=433894&r1=433893&r2=433894&view=diff
==============================================================================
--- perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm (original)
+++ perl/Apache-SizeLimit/trunk/lib/Apache/SizeLimit.pm Tue Aug 22 21:45:08 2006
@@ -18,7 +18,6 @@
 use strict;
 
 use Apache::Constants qw(DECLINED OK);
-use Config;
 
 use vars qw($VERSION);