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.2808_01
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Module::CPANTS::Site',
          'VERSION_FROM' => 'lib/Module/CPANTS/Site.pm',
          'PREREQ_PM' => {
                           'Catalyst' => '5.7000',
                           'Catalyst::Controller::BindLex' => '0.03',
                           'Catalyst::Model::DBIC::Schema' => '0.16',
                           'Catalyst::Plugin::ConfigLoader' => '0.11',
                           'Catalyst::Plugin::Static::Simple' => '0.14',
                           'Catalyst::View::JSON' => '0.23',
                           'Catalyst::View::TT' => '0.23',
                           'DBD::SQLite' => '1.14',
                           'DBIx::Class' => '0.07000',
                           'File::HomeDir' => '0.66',
                           'Module::CPANTS::Analyse' => '0.75',
                           'Module::CPANTS::ProcessCPAN' => '0.70',
                           'Template::Plugin::Number::Format' => '1.02',
                           'version' => '0.73'
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;