| /openbsd-src/gnu/usr.bin/perl/cpan/AutoLoader/t/ |
| H A D | 01AutoLoader.t | 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';
|
| H A D | 02AutoSplit.t | 1 # AutoLoader.t runs before this test, so it seems safe to assume that it will 236 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';
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/t/ |
| H A D | autoload.t | 14 is XS::APItest::AutoLoader::frob(), 'frob', 'name passed to XS AUTOLOAD'; 20 *AUTOLOAD = *XS::APItest::AutoLoader::AUTOLOADp;
|
| H A D | svsetsv.t | 16 *AUTOLOAD = \&XS::APItest::AutoLoader::AUTOLOADp;
|
| /openbsd-src/gnu/usr.bin/perl/cpan/AutoLoader/lib/ |
| H A D | AutoLoader.pm | 1 package AutoLoader; package 30 my $filename = AutoLoader::find_filename( $sub );
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | customized.dat | 4 AutoLoader cpan/AutoLoader/t/02AutoSplit.t bb90cda13b88599ad45de4b45799d5218afcb6d8
|
| /openbsd-src/gnu/usr.bin/perl/dist/SelfLoader/ |
| H A D | Changes | 36 - Doc patch. This is SelfLoader, not AutoLoader.
|
| /openbsd-src/regress/usr.bin/make/ |
| H A D | mk16 | 64 AutoLoader 3p lib/AutoLoader.pm \
|
| /openbsd-src/gnu/usr.bin/perl/dist/SelfLoader/t/ |
| H A D | 01SelfLoader.t | 115 # to go wrong in AutoLoader because it used regular expressions to generate
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perldeprecation.pod | 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;> to 559 C<use AutoLoader 'AUTOLOAD';>.
|
| H A D | perlsub.pod | 2003 in L<AutoLoader>, for example.) But an C<AUTOLOAD> routine can 2030 into autoloadable files. See the standard AutoLoader module 2031 described in L<AutoLoader> and in L<AutoSplit>, the standard
|
| H A D | perl5101delta.pod | 362 =item C<AutoLoader>
|
| H A D | perl58delta.pod | 1224 AutoLoader can now be disabled with C<no AutoLoader;>.
|
| H A D | perl589delta.pod | 222 C<AutoLoader> upgraded to version 5.67
|
| H A D | perl5140delta.pod | 1340 L<AutoLoader> has been upgraded from version 5.70 to 5.71. 1571 It no longer inherits from L<AutoLoader>; hence it no longer
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Term-ReadKey/ |
| H A D | Changes | 31 * remove unneeded AutoLoader,
|
| /openbsd-src/gnu/usr.bin/perl/dist/Storable/ |
| H A D | ChangeLog | 1099 - Forgot that AutoLoader does not export its own AUTOLOAD. 1102 use AutoLoader 'AUTOLOAD';
|
| /openbsd-src/gnu/usr.bin/perl/dist/IO/ |
| H A D | ChangeLog | 464 - Removed use of AutoLoader for constants, constants are
|
| /openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/ |
| H A D | Maketext.pod | 961 like the L<AutoLoader|AutoLoader> module.)
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/ |
| H A D | perlfaq.pod | 404 AutoSplit and AutoLoader modules in the standard distribution for
|
| H A D | perlfaqo.txt | 143 A different approach is to autoload seldom-used Perl code. See the AutoSplit and AutoLoader modules…
|
| /openbsd-src/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
| H A D | perlfaq3.pod | 669 AutoSplit and AutoLoader modules in the standard distribution for
|
| H A D | perlfaq8.pod | 1419 to display the path to the module. In some cases (for example, the C<AutoLoader>
|
| /openbsd-src/gnu/usr.bin/perl/ext/XS-APItest/ |
| H A D | APItest.xs | 2313 MODULE = XS::APItest::AutoLoader PACKAGE = XS::APItest::AutoLoader
|
| /openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/ |
| H A D | perlxstut.pod | 959 definition is placed. You can also consult L<AutoLoader> for an alternate
|