diff options
author | wiz <wiz@pkgsrc.org> | 2005-11-22 23:16:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-11-22 23:16:07 +0000 |
commit | 8f81826c4d73bf61635c87a96f250e7d872b13d5 (patch) | |
tree | a525af7917c686d700030d7e4abfa7fb071f6097 /devel/p5-Class-Autouse | |
parent | 347077f2d2be7a6c5c934c14791baa9aba8e1ece (diff) | |
download | pkgsrc-8f81826c4d73bf61635c87a96f250e7d872b13d5.tar.gz |
Update to 1.21:
1.21 Wed Sep 28 2005
- Documenting ->autouse(@classes)
- Tidying up the POD a little to refer to features
in an order much more relevant to the reader.
1.20 Tue Aug 18 2005
- Catch and rethrow all error when autoloading during a ->can.
- Debugging can now only be done at compile time, and thus is
optimised out. The :debug flag is removed and instead you need
to preset $Class::Autouse::DEBUG.
Given that this was only for my benefit in the first place, it's
not appropriate to slow down everything else because of it.
1.18 Tue Jul 26 2005
- Added :nostat module to disable the initial stat checks
of modules.
Diffstat (limited to 'devel/p5-Class-Autouse')
-rw-r--r-- | devel/p5-Class-Autouse/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Class-Autouse/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Class-Autouse/Makefile b/devel/p5-Class-Autouse/Makefile index 0dda48de708..8eb1a01db5d 100644 --- a/devel/p5-Class-Autouse/Makefile +++ b/devel/p5-Class-Autouse/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2005/08/06 06:19:08 jlam Exp $ +# $NetBSD: Makefile,v 1.6 2005/11/22 23:16:07 wiz Exp $ -DISTNAME= Class-Autouse-1.17 +DISTNAME= Class-Autouse-1.21 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} diff --git a/devel/p5-Class-Autouse/distinfo b/devel/p5-Class-Autouse/distinfo index b5e21947bf3..1ee6f6e4392 100644 --- a/devel/p5-Class-Autouse/distinfo +++ b/devel/p5-Class-Autouse/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2005/06/24 19:42:36 wiz Exp $ +$NetBSD: distinfo,v 1.4 2005/11/22 23:16:07 wiz Exp $ -SHA1 (Class-Autouse-1.17.tar.gz) = d2e116f9a0a011af7ded4d49ff1eafc1afe1e7d5 -RMD160 (Class-Autouse-1.17.tar.gz) = 759e61f3c43cb72f6c3b5e85c83b3da272afe8bc -Size (Class-Autouse-1.17.tar.gz) = 32625 bytes +SHA1 (Class-Autouse-1.21.tar.gz) = b3873c80829d994e0800e421735c9d2cc97afb85 +RMD160 (Class-Autouse-1.21.tar.gz) = 4e680a1de4e2a0a77d043764351874d054399d32 +Size (Class-Autouse-1.21.tar.gz) = 36392 bytes |