diff --git a/Makefile.PL b/Makefile.PL index 5c30c75..eac85eb 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -13,7 +13,6 @@ configure_requires 'CPAN' => 0; # for inc::Module::AutoInstall test_requires 'Test::More' => '0'; if ( $] >= 5.007003 ) { requires 'Encode' => '1.98'; - include 'Module::AutoInstall'; feature 'Extended mappings by Japanese codepages', -default => 0, 'Encode::EUCJPASCII' => '0.02'; @@ -30,6 +29,5 @@ if ( $] >= 5.007003 ) { # Write out no_index directory => 't', 'inc'; -auto_install force => 0, do_once => 1; WriteAll;