Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/usr.bin/perl/cpan/AutoLoader/t/
H A 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';
H A 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/
H A Dautoload.t14 is XS::APItest::AutoLoader::frob(), 'frob', 'name passed to XS AUTOLOAD';
20 *AUTOLOAD = *XS::APItest::AutoLoader::AUTOLOADp;
H A Dsvsetsv.t16 *AUTOLOAD = \&XS::APItest::AutoLoader::AUTOLOADp;
/openbsd-src/gnu/usr.bin/perl/cpan/AutoLoader/lib/
H A DAutoLoader.pm1 package AutoLoader; package
30 my $filename = AutoLoader::find_filename( $sub );
/openbsd-src/gnu/usr.bin/perl/t/porting/
H A Dcustomized.dat4 AutoLoader cpan/AutoLoader/t/02AutoSplit.t bb90cda13b88599ad45de4b45799d5218afcb6d8
/openbsd-src/gnu/usr.bin/perl/dist/SelfLoader/
H A DChanges36 - Doc patch. This is SelfLoader, not AutoLoader.
/openbsd-src/regress/usr.bin/make/
H A Dmk1664 AutoLoader 3p lib/AutoLoader.pm \
/openbsd-src/gnu/usr.bin/perl/dist/SelfLoader/t/
H A D01SelfLoader.t115 # to go wrong in AutoLoader because it used regular expressions to generate
/openbsd-src/gnu/usr.bin/perl/pod/
H A 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';>.
H A 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
H A Dperl5101delta.pod362 =item C<AutoLoader>
H A Dperl58delta.pod1224 AutoLoader can now be disabled with C<no AutoLoader;>.
H A Dperl589delta.pod222 C<AutoLoader> upgraded to version 5.67
H A Dperl5140delta.pod1340 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 DChanges31 * remove unneeded AutoLoader,
/openbsd-src/gnu/usr.bin/perl/dist/Storable/
H A DChangeLog1099 - Forgot that AutoLoader does not export its own AUTOLOAD.
1102 use AutoLoader 'AUTOLOAD';
/openbsd-src/gnu/usr.bin/perl/dist/IO/
H A DChangeLog464 - Removed use of AutoLoader for constants, constants are
/openbsd-src/gnu/usr.bin/perl/dist/Locale-Maketext/lib/Locale/
H A DMaketext.pod961 like the L<AutoLoader|AutoLoader> module.)
/openbsd-src/gnu/usr.bin/perl/cpan/Pod-Simple/t/
H A Dperlfaq.pod404 AutoSplit and AutoLoader modules in the standard distribution for
H A 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/
H A Dperlfaq3.pod669 AutoSplit and AutoLoader modules in the standard distribution for
H A 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/
H A DAPItest.xs2313 MODULE = XS::APItest::AutoLoader PACKAGE = XS::APItest::AutoLoader
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/
H A Dperlxstut.pod959 definition is placed. You can also consult L<AutoLoader> for an alternate

12