use ExtUtils::MakeMaker;
WriteMakefile(
NAME => 'LC::Mod',
VERSION_FROM => 'src/lib/LC/Mod.pm',
dist => { 'COMPRESS' => 'gzip' },
PREREQ_PM => {
# Require Getopt::Long at least 2.42
"Getopt::Long" => '2.42',
# Require any version of File::Slurp
"File::Slurp" => 0,
}
);
####
/usr/local/lib/perl/5.14.2/auto/LC/Mod/...
####
Can't locate LC/Mod.pm in @INC (@INC contains: /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl .) at t/LC.pl line 26.