Path to this page:
./
devel/p5-AutoLoader,
Perl automatic module loader
Branch: pkgsrc-2011Q3,
Version: 5.71,
Package name: p5-AutoLoader-5.71,
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: 19fc2edbea2c9c2a85518616341ea3a81b7663aa
RMD160: 5ee904ec1a563c825bce95f6bdaa016b5cbcc72c
Filesize: 26.319 KB
Version history: (Expand)
- (2011-10-04) Package added to pkgsrc.se, version p5-AutoLoader-5.71 (created)