Revision: 69
http://apache-dispatch.svn.sourceforge.net/apache-dispatch/?rev=69&view=rev
Author: phred_moyer
Date: 2008-06-22 01:42:48 -0700 (Sun, 22 Jun 2008)
Log Message:
-----------
We don't need 'use Config'. Huh.
Modified Paths:
--------------
trunk/Makefile.PL
Modified: trunk/Makefile.PL
===================================================================
--- trunk/Makefile.PL 2008-06-22 08:40:27 UTC (rev 68)
+++ trunk/Makefile.PL 2008-06-22 08:42:48 UTC (rev 69)
@@ -3,8 +3,6 @@
use strict;
use warnings;
-use Config;
-
# minimum version of A::B required
use Apache::Bootstrap 0.03;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|