Path to this page:
./
devel/p5-AutoLoader,
Perl automatic module loader
Branch: pkgsrc-2009Q1,
Version: 5.68,
Package name: p5-AutoLoader-5.68,
Maintainer: pkgsrc-usersThe AutoLoader module works with the AutoSplit module and the
__END__ token to defer the loading of some subroutines until they
are used rather than loading them all at once.
To use AutoLoader, the author of a module has to place the definitions
of subroutines to be autoloaded after an __END__ token. (See
perldata.) The AutoSplit module can then be run manually to extract
the definitions into individual files auto/funcname.al.
Required to run:[
lang/perl5]
Master sites: (Expand)
SHA1: 6e2e4979993404d60c7603b79990f4b752121f01
RMD160: 90d4b60f3bae02da539328582d9f372acbf77a96
Filesize: 28.349 KB
Version history: (Expand)
- (2009-04-06) Package added to pkgsrc.se, version p5-AutoLoader-5.68 (created)