From: Nicholas Clark <nick@ccl4.org>
Date: Mon, 13 Apr 2009 13:38:42 +0000 (+0100)
Subject: Remove an unnecessary use Config;
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=5dfb71230edbb30406110efe28429e2b41f8e200;p=p5sagit%2Fp5-mst-13.2.git

Remove an unnecessary use Config;
---

diff --git a/ext/IO/Makefile.PL b/ext/IO/Makefile.PL
index e08936a..bc47a1b 100644
--- a/ext/IO/Makefile.PL
+++ b/ext/IO/Makefile.PL
@@ -1,5 +1,4 @@
 use ExtUtils::MakeMaker;
-use Config qw(%Config);
 
 WriteMakefile(
 	VERSION_FROM	=> "IO.pm",