Home
last modified time | relevance | path

Searched refs:AutoLoader (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/src/gnu/usr.bin/perl/cpan/AutoLoader/t/
D01AutoLoader.t64 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';
D02AutoSplit.t1 # 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/
Dautoload.t14 is XS::APItest::AutoLoader::frob(), 'frob', 'name passed to XS AUTOLOAD';
20 *AUTOLOAD = *XS::APItest::AutoLoader::AUTOLOADp;
Dsvsetsv.t16 *AUTOLOAD = \&XS::APItest::AutoLoader::AUTOLOADp;
/openbsd/src/gnu/usr.bin/perl/cpan/AutoLoader/lib/
DAutoLoader.pm1 package AutoLoader; package
30 my $filename = AutoLoader::find_filename( $sub );
/openbsd/src/gnu/usr.bin/perl/t/porting/
Dcustomized.dat4 AutoLoader cpan/AutoLoader/t/02AutoSplit.t bb90cda13b88599ad45de4b45799d5218afcb6d8
/openbsd/src/gnu/usr.bin/perl/dist/SelfLoader/
DChanges36 - Doc patch. This is SelfLoader, not AutoLoader.
/openbsd/src/regress/usr.bin/make/
Dmk1664 AutoLoader 3p lib/AutoLoader.pm \
/openbsd/src/gnu/usr.bin/perl/Porting/
Ddeparse-skips.txt156 ../cpan/AutoLoader/t/01AutoLoader.t
Dtodo.pod154 use AutoLoader 'AUTOLOAD';
/openbsd/src/gnu/usr.bin/perl/dist/SelfLoader/t/
D01SelfLoader.t115 # to go wrong in AutoLoader because it used regular expressions to generate
/openbsd/src/gnu/usr.bin/perl/pod/
Dperldeprecation.pod557 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';>.
Dperlsub.pod2003 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
Dperl5101delta.pod362 =item C<AutoLoader>
Dperl58delta.pod1224 AutoLoader can now be disabled with C<no AutoLoader;>.
/openbsd/src/gnu/usr.bin/perl/cpan/Term-ReadKey/
DChanges31 * remove unneeded AutoLoader,
/openbsd/src/gnu/usr.bin/perl/dist/Storable/
DChangeLog1099 - Forgot that AutoLoader does not export its own AUTOLOAD.
1102 use AutoLoader 'AUTOLOAD';
/openbsd/src/gnu/usr.bin/perl/
DMakefile.bsd-wrapper1253 AutoLoader 3p lib/AutoLoader.pm \
/openbsd/src/gnu/usr.bin/perl/dist/IO/
DChangeLog464 - Removed use of AutoLoader for constants, constants are
/openbsd/src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/
DMaketext.pod961 like the L<AutoLoader|AutoLoader> module.)
/openbsd/src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
Dperlfaq.pod404 AutoSplit and AutoLoader modules in the standard distribution for
Dperlfaqo.txt143 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/
Dperlfaq3.pod669 AutoSplit and AutoLoader modules in the standard distribution for
Dperlfaq8.pod1419 to display the path to the module. In some cases (for example, the C<AutoLoader>
/openbsd/src/gnu/usr.bin/perl/ext/XS-APItest/
DAPItest.xs2313 MODULE = XS::APItest::AutoLoader PACKAGE = XS::APItest::AutoLoader

12