Class-Autouse
view release on metacpan or search on metacpan
lib/Class/Autouse.pm view on Meta::CPAN
%TRIED_CLASS = ( %SPECIAL, %LOADED );
# "Have we tried to autoload a method before?"
# Per-method loop protection and improved shortcutting
%TRIED_METHOD = ();
# Storage for dynamic loaders (regular and sugar)
@LOADERS = ();
@SUGAR = ();
# We play with UNIVERSAL:: functions, so save backup copies
$ORIGINAL_CAN = \&UNIVERSAL::can;
$ORIGINAL_ISA = \&UNIVERSAL::isa;
}
#####################################################################
# Configuration and Setting up
( run in 1.101 second using v1.01-cache-2.11-cpan-49f99fa48dc )