pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/p5-AutoLoader
Module Name: pkgsrc
Committed By: he
Date: Mon Aug 11 13:06:47 UTC 2008
Update of /cvsroot/pkgsrc/devel/p5-AutoLoader
In directory ivanova.netbsd.org:/tmp/cvs-serv26307
Log Message:
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.
Status:
Vendor Tag: TNF
Release Tags: pkgsrc-base
N pkgsrc/devel/p5-AutoLoader/Makefile
N pkgsrc/devel/p5-AutoLoader/distinfo
N pkgsrc/devel/p5-AutoLoader/DESCR
No conflicts created by this import
Home |
Main Index |
Thread Index |
Old Index