Path to this page:
./
devel/p5-AutoLoader,
Perl automatic module loader
Branch: pkgsrc-2016Q3,
Version: 5.74nb3,
Package name: p5-AutoLoader-5.74nb3,
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.
Master sites: (Expand)
SHA1: cb94acf223588a225c80ad6725f79fa91b6232ba
RMD160: 93465f3912c0ee2da4d480e4d040252fe0ed854c
Filesize: 29.818 KB
Version history: (Expand)
- (2016-10-03) Package added to pkgsrc.se, version p5-AutoLoader-5.74nb3 (created)