Searched refs:AutoLoader (Results 1 – 25 of 35) sorted by relevance
12
64 require AutoLoader;65 AutoLoader->import( 'AUTOLOAD' );130 AutoLoader::autoload_sub("Foo::notreached");134 AutoLoader::autoload_sub("Foo::notreached");139 AutoLoader->import();144 AutoLoader->unimport();153 AutoLoader->import();154 AutoLoader->unimport();160 use AutoLoader 'AUTOLOAD';218 use AutoLoader 'AUTOLOAD';
1 # AutoLoader.t runs before this test, so it seems safe to assume that it will236 use AutoLoader 'AUTOLOAD';238 use AutoLoader 'AUTOLOAD';240 @Yet::Another::AutoSplit::ISA = 'AutoLoader';303 missing use AutoLoader;312 missing use AutoLoader; (but don't skip)328 use AutoLoader 'AUTOLOAD';353 use AutoLoader 'AUTOLOAD';385 use AutoLoader 'AUTOLOAD';
14 is XS::APItest::AutoLoader::frob(), 'frob', 'name passed to XS AUTOLOAD';20 *AUTOLOAD = *XS::APItest::AutoLoader::AUTOLOADp;
16 *AUTOLOAD = \&XS::APItest::AutoLoader::AUTOLOADp;
1 package AutoLoader; package30 my $filename = AutoLoader::find_filename( $sub );
4 AutoLoader cpan/AutoLoader/t/02AutoSplit.t bb90cda13b88599ad45de4b45799d5218afcb6d8
36 - Doc patch. This is SelfLoader, not AutoLoader.
64 AutoLoader 3p lib/AutoLoader.pm \
156 ../cpan/AutoLoader/t/01AutoLoader.t
154 use AutoLoader 'AUTOLOAD';
115 # to go wrong in AutoLoader because it used regular expressions to generate
557 In code that currently says C<use AutoLoader; @ISA = qw(AutoLoader);>558 you should remove AutoLoader from C<@ISA> and change C<use AutoLoader;> to559 C<use AutoLoader 'AUTOLOAD';>.
2003 in L<AutoLoader>, for example.) But an C<AUTOLOAD> routine can2030 into autoloadable files. See the standard AutoLoader module2031 described in L<AutoLoader> and in L<AutoSplit>, the standard
362 =item C<AutoLoader>
1224 AutoLoader can now be disabled with C<no AutoLoader;>.
31 * remove unneeded AutoLoader,
1099 - Forgot that AutoLoader does not export its own AUTOLOAD.1102 use AutoLoader 'AUTOLOAD';
253 AutoLoader 3p lib/AutoLoader.pm \
464 - Removed use of AutoLoader for constants, constants are
961 like the L<AutoLoader|AutoLoader> module.)
404 AutoSplit and AutoLoader modules in the standard distribution for
143 A different approach is to autoload seldom-used Perl code. See the AutoSplit and AutoLoader modules…
669 AutoSplit and AutoLoader modules in the standard distribution for
1419 to display the path to the module. In some cases (for example, the C<AutoLoader>
2313 MODULE = XS::APItest::AutoLoader PACKAGE = XS::APItest::AutoLoader