diff options
author | he <he@pkgsrc.org> | 2008-08-11 13:06:47 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-08-11 13:06:47 +0000 |
commit | e9986ad643a48216ae16b000fd3d42cf37962ffa (patch) | |
tree | 9f55184ef52f11c6b7271f971c8fb1b114daa897 /devel/p5-AutoLoader | |
parent | faef0a7a0d0fc930ef53d9d054ad50bc39ff2d83 (diff) | |
download | pkgsrc-e9986ad643a48216ae16b000fd3d42cf37962ffa.tar.gz |
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.
Diffstat (limited to 'devel/p5-AutoLoader')
-rw-r--r-- | devel/p5-AutoLoader/DESCR | 8 | ||||
-rw-r--r-- | devel/p5-AutoLoader/Makefile | 20 | ||||
-rw-r--r-- | devel/p5-AutoLoader/distinfo | 5 |
3 files changed, 33 insertions, 0 deletions
diff --git a/devel/p5-AutoLoader/DESCR b/devel/p5-AutoLoader/DESCR new file mode 100644 index 00000000000..e4ba0d17f18 --- /dev/null +++ b/devel/p5-AutoLoader/DESCR @@ -0,0 +1,8 @@ +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. diff --git a/devel/p5-AutoLoader/Makefile b/devel/p5-AutoLoader/Makefile new file mode 100644 index 00000000000..eb22111c565 --- /dev/null +++ b/devel/p5-AutoLoader/Makefile @@ -0,0 +1,20 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/08/11 13:06:47 he Exp $ +# + +DISTNAME= AutoLoader-5.66 +PKGNAME= p5-${DISTNAME} +SVR4_PKGNAME= p5aul +CATEGORIES= devel perl5 +MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=AutoLoader/} + +MAINTAINER= pkgsrc-users@NetBSD.org +HOMEPAGE= http://search.cpan.org/dist/AutoLoader/ +COMMENT= Perl automatic module loader + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_LANGUAGES= # empty +PERL5_PACKLIST= auto/AutoLoader/.packlist + +.include "../../lang/perl5/module.mk" +.include "../../mk/bsd.pkg.mk" diff --git a/devel/p5-AutoLoader/distinfo b/devel/p5-AutoLoader/distinfo new file mode 100644 index 00000000000..34d49ddecde --- /dev/null +++ b/devel/p5-AutoLoader/distinfo @@ -0,0 +1,5 @@ +$NetBSD: distinfo,v 1.1.1.1 2008/08/11 13:06:47 he Exp $ + +SHA1 (AutoLoader-5.66.tar.gz) = e1391b62125df3b8e6b5ca6fbacde6594b39e42b +RMD160 (AutoLoader-5.66.tar.gz) = b0273a90fe1d99f478e0213c4664a22bdb825707 +Size (AutoLoader-5.66.tar.gz) = 27561 bytes |