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.3603
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Perl::Critic::Deprecated',
          'VERSION_FROM' => 'lib/Perl/Critic/Deprecated.pm',
          'PREREQ_PM' => {
                           'Carp' => 0,
                           'English' => 0,
                           'Perl::Critic::Policy' => '1.094',
                           'Perl::Critic::TestUtils' => '1.094',
                           'Perl::Critic::Utils' => '1.094',
                           'Readonly' => 0,
                           'Test::More' => 0,
                           'base' => 0,
                           'strict' => 0,
                           'warnings' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;