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.4205
require 5.008008;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'CLI::Startup',
  'VERSION_FROM' => 'lib/CLI/Startup.pm',
  'PREREQ_PM' => {
                   'Class::Std' => '0.01',
                   'Clone' => 0,
                   'Config::Any' => 0,
                   'File::Basename' => 0,
                   'File::HomeDir' => '0.97',
                   'Getopt::Long' => '2.38',
                   'Hash::Merge' => 0,
                   'List::Util' => 0,
                   'Pod::Text' => '3.01',
                   'Test::Exception' => 0,
                   'Test::More' => 0,
                   'Test::Trap' => 0,
                   'Text::CSV' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [],
  'PL_FILES' => {}
)
;