The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
# Note: this file was auto-generated by Module::Build::Compat version 0.3607
require 5.008;
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Pod::Spell::CommonMistakes',
          'VERSION_FROM' => 'lib/Pod/Spell/CommonMistakes.pm',
          'PREREQ_PM' => {
                           'IO::Scalar' => '2.110',
                           'Pod::Spell' => '1.01'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;