Searched defs:SelfLoader (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DSelfLoader.pm1 package SelfLoader; package
10 my %Cache; # private cache for all SelfLoader's client packages
23 print STDERR "SelfLoader::AUTOLOAD for $AUTOLOAD\n" if $DEBUG;
30 SelfLoader->_load_stubs($1) unless exists $Cache{"${1}::<DATA"};
36 print STDERR "SelfLoader::AUTOLOAD eval: $SL_code\n" if $DEBUG;
44 defined(&$AUTOLOAD) || die "SelfLoader inconsistency error";
58 print STDERR "SelfLoader::load_stubs($callpack)\n" if $DEBUG;
75 \&{"${1}::AUTOLOAD"} == \&SelfLoader::AUTOLOAD ||
76 die 'SelfLoader Error: attempt to specify Selfloading',
90 \&{"${1}::AUTOLOAD"} == \&SelfLoader
[all...]

Completed in 69 milliseconds