AnyLoader
view release on metacpan or search on metacpan
Makefile.PL view on Meta::CPAN
# A template for Makefile.PL used by Arena Networks.
# - Set the $PACKAGE variable to the name of your module.
# - Set $LAST_API_CHANGE to reflect the last version you changed the API
# of your module.
# - Fill in your dependencies in PREREQ_PM
# Alternatively, you can say the hell with this and use h2xs.
use ExtUtils::MakeMaker;
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
$PACKAGE = 'AnyLoader';
($PACKAGE_FILE = $PACKAGE) =~ s|::|/|g;
$LAST_API_CHANGE = 0;
eval "require $PACKAGE";
( run in 3.893 seconds using v1.01-cache-2.11-cpan-d7a12ab2c7f )