Import p5-AutoLoader version 5.66.
authorhe <he>
Mon, 11 Aug 2008 13:06:47 +0000 (13:06 +0000)
committerhe <he>
Mon, 11 Aug 2008 13:06:47 +0000 (13:06 +0000)
commita242461485fd972f57d75ee218fba632d16df7ae
treefd9c55548b0e6ecb187a65fd5cecd1d1548c3620
parentbc3339017d2460d7683673e0ebb0c55102c45998
Import p5-AutoLoader version 5.66.

The 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.
devel/p5-AutoLoader/DESCR [new file with mode: 0644]
devel/p5-AutoLoader/Makefile [new file with mode: 0644]
devel/p5-AutoLoader/distinfo [new file with mode: 0644]