Module-ConfigureRequires
view release on metacpan or search on metacpan
lib/Module/ConfigureRequires.pm view on Meta::CPAN
File'Copy'copy($from, $to)
or die "Cannot copy $from to $to: $!";
require ExtUtils'Manifest;
ExtUtils'Manifest'maniadd({'inc/Module/ConfigureRequires.pm'=>undef});
exit 0;
}
sub set_up {
for($0, (caller)[1]) {
/\bMakefile\.PL\z/i and goto &set_up_for_mm;
/\bBuild\.PL\z/i and goto &set_up_for_mb;
}
require Carp;
Carp'croak(
__PACKAGE__." cannot determine whether you are using Module::Build"
." or ExtUtils::MakeMaker. Please call set_up_for_mm or"
." set_up_for_mb directly."
);
}
( run in 1.348 second using v1.01-cache-2.11-cpan-1e74a51a04c )