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
use ExtUtils::MakeMaker;
WriteMakefile
(
          'NAME' => 'Report::Generator',
          'VERSION_FROM' => 'lib/Report/Generator.pm',
          'PREREQ_PM' => {
                           'Carp' => 0,
                           'Clone' => '0.30',
                           'Config::Any' => 0,
                           'DBD::CSV' => '0.30',
                           'DBD::Sys' => '0.102',
                           'File::Copy' => 0,
                           'File::Path' => 0,
                           'File::ShareDir' => '1.00',
                           'Params::Util' => '1.00',
                           'Template' => '2.00',
                           'Template::Plugin::CSV' => 0,
                           'Template::Plugin::DBI' => '2.65',
                           'Test::More' => '0.90',
                           'YAML::Any' => 0
                         },
          'INSTALLDIRS' => 'site',
          'EXE_FILES' => [],
          'PL_FILES' => {}
        )
;