From a59c18fd359e3e178fd76f84c3b81e6d980f17f2 Mon Sep 17 00:00:00 2001 From: Peter Rabbitson Date: Sun, 10 Jul 2011 18:34:38 -0400 Subject: [PATCH] It is required by M::I but still --- Makefile.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.PL b/Makefile.PL index 02aaf91..40f07fa 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -4,6 +4,7 @@ use strict; use inc::Module::Install '1.01'; use 5.006002; +use Config; # this is used by gen_my_abi iff we detect a compiler toolchain # keeping it up here for easy reference @@ -418,7 +419,6 @@ EOC # modelled on Module::Install::Can::can_cc sub can_cpp { - require Config; require Module::Install::Can; my @chunks = split(/ /, # activestate braindeath