Path to this page:
./
devel/p5-AutoLoader,
Perl automatic module loader
Branch: pkgsrc-2008Q4,
Version: 5.67,
Package name: p5-AutoLoader-5.67,
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: 1196f099e915e4df8e09060a15eff351a8af013f
RMD160: 3e24e2b738c56411921b6dec85dfa4da4ebdca33
Filesize: 25.319 KB
Version history: (Expand)
- (2009-01-06) Package added to pkgsrc.se, version p5-AutoLoader-5.67 (created)