/usr/local/CPAN/File-Corresponding/Makefile.PL
# Note: this file was auto-generated by Module::Build::Compat version 0.03
use ExtUtils::MakeMaker;
WriteMakefile
(
'PL_FILES' => {},
'INSTALLDIRS' => 'site',
'NAME' => 'File::Corresponding',
'EXE_FILES' => [
'bin/corresponding_file'
],
'VERSION_FROM' => 'lib/File/Corresponding.pm',
'PREREQ_PM' => {
'Pod::Usage' => 0,
'File::chdir' => 0,
'List::MoreUtils' => 0,
'Moose' => '0.57',
'Getopt::Long' => 0,
'Test::Exception' => 0,
'File::HomeDir' => 0,
'YAML::Tiny' => 0,
'Data::Dumper' => 0,
'Moose::Autobox' => '0.08',
'Carp' => 0,
'Test::More' => 0,
'MooseX::Types::Path::Class' => 0,
'Test::Differences' => 0,
'Path::Class' => '0.11',
'File::Basename' => 0
}
)
;