Skip to content

Commit

Permalink
It is required by M::I but still
Browse files Browse the repository at this point in the history
  • Loading branch information
ribasushi committed Jul 10, 2011
1 parent 167aa15 commit a59c18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.PL
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a59c18f

Please sign in to comment.