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

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Devel/
H A DSelfStubber.pm3 require SelfLoader;
4 @ISA = qw(SelfLoader);
46 $line =~ /use\s+SelfLoader/ && $found_selfloader++;
51 print 'die "\'use SelfLoader;\' statement NOT FOUND!!\n"',"\n";
133 The SelfLoader can load stubs automatically at module initialization
134 with the statement 'SelfLoader-E<gt>load_stubs()';, but you may wish to
136 initialization (though note that the SelfLoader::load_stubs method
146 At the very least, this is useful to see what the SelfLoader
148 SelfStubber remain in step with the SelfLoader, the
149 SelfStubber actually uses the SelfLoader t
[all...]
/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...]
H A DSelfLoader.t24 use SelfLoader;
53 use SelfLoader;
H A DAutoLoader.pm304 =head2 B<AutoLoader> vs. B<SelfLoader>
306 The B<AutoLoader> is similar in purpose to B<SelfLoader>: both delay the
309 B<SelfLoader> uses the C<__DATA__> marker rather than C<__END__>.
311 associated open/close for each routine loaded, B<SelfLoader> suffers a
313 C<__DATA__>, after which routines are cached. B<SelfLoader> can also
341 L<SelfLoader> - an autoloader that doesn't use external files.
H A Dvars.pm72 Packages such as the B<AutoLoader> and B<SelfLoader> that delay
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Text/
H A DBalanced.pm10 use SelfLoader;

Completed in 20 milliseconds