The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Note: this file was auto-generated by Module::Build::Compat version 0.4220
require 5.010000;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'EXE_FILES' => [],
  'PL_FILES' => {},
  'PREREQ_PM' => {
                   'Test::Trap' => 0,
                   'strict' => 0,
                   'Symbol' => 0,
                   'File::Copy' => 0,
                   'Text::CSV' => 0,
                   'Exporter' => 0,
                   'Getopt::Long' => '2.38',
                   'List::Util' => 0,
                   'Pod::Text' => '3.01',
                   'warnings' => 0,
                   'Test::More' => 0,
                   'Test::Exception' => 0,
                   'English' => 0,
                   'File::HomeDir' => '0.97',
                   'base' => 0,
                   'File::Basename' => 0,
                   'Hash::Merge' => 0,
                   'Config::Any' => 0,
                   'Cwd' => 0,
                   'Readonly' => 0,
                   'Clone' => 0,
                   'Data::Dumper' => 0,
                   'Class::Std' => '0.01'
                 },
  'INSTALLDIRS' => 'site',
  'NAME' => 'CLI::Startup',
  'VERSION_FROM' => 'lib/CLI/Startup.pm'
)
;