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.3800
require 5.006;
use ExtUtils::MakeMaker;
WriteMakefile
(
  'NAME' => 'File::CodeSearch',
  'VERSION_FROM' => 'lib/File/CodeSearch.pm',
  'PREREQ_PM' => {
                   'Carp' => 0,
                   'Clone' => 0,
                   'Config::General' => 0,
                   'File::Basename' => 0,
                   'File::Slurp' => 0,
                   'File::Spec' => 0,
                   'File::chdir' => 0,
                   'IO::Handle' => 0,
                   'IO::Prompt' => 0,
                   'List::MoreUtils' => 0,
                   'List::Util' => 0,
                   'Moose' => 0,
                   'Path::Class' => '0.16',
                   'Pod::Usage' => 0,
                   'Readonly' => 0,
                   'Scalar::Util' => 0,
                   'Term::ANSIColor' => 0,
                   'Term::Size::Any' => 0,
                   'Test::More' => 0,
                   'Test::NoWarnings' => 0,
                   'version' => 0,
                   'warnings' => 0
                 },
  'INSTALLDIRS' => 'site',
  'EXE_FILES' => [
                   'bin/cs'
                 ],
  'PL_FILES' => {}
)
;