# Note: this file was auto-generated by Module::Build::Compat version 0.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Regexp::English',
          'VERSION_FROM' => 'lib/Regexp/English.pm',
          'PREREQ_PM' => {
                           'Scalar::Util' => '1.21',
                           'Test::Simple' => '0.60'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;