diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-12 06:40:16 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2011-10-12 06:40:16 +0000 |
commit | 1e9967ed85beb990db1051c920e8c49331392b86 (patch) | |
tree | bfb2e54d471c68be5b3a8af83696f76fbc79da05 /devel/p5-Class-Load | |
parent | 131fe135a755b747e9f97d734188655e2b928d41 (diff) | |
download | pkgsrc-1e9967ed85beb990db1051c920e8c49331392b86.tar.gz |
Update p5-Class-Load to 0.11.
Changes from previous:
0.11 2011-10-04
- Don't accept package names that start with a digit. ( Jesse Luehrs )
- Rewrote some of the guts to use Module::Runtime, rather than reimplementing
its functionality. ( Jesse Luehrs )
0.10 2011-09-06
- Make sure the $@ localization doesn't hide errors - invalid module name
errors were being suppressed on perls before 5.14. ( Jesse Luehrs )
0.09 2011-09-05
- Fix is_class_loaded to ignore $ISA (but still look for @ISA) when trying to
determine whether a class is loaded. ( Jesse Luehrs )
- Lots of internals cleanup. ( Jesse Luehrs )
Diffstat (limited to 'devel/p5-Class-Load')
-rw-r--r-- | devel/p5-Class-Load/Makefile | 4 | ||||
-rw-r--r-- | devel/p5-Class-Load/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/devel/p5-Class-Load/Makefile b/devel/p5-Class-Load/Makefile index e476f9b33b5..f052c3524cb 100644 --- a/devel/p5-Class-Load/Makefile +++ b/devel/p5-Class-Load/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2011/08/30 09:10:34 abs Exp $ +# $NetBSD: Makefile,v 1.2 2011/10/12 06:40:16 hiramatsu Exp $ -DISTNAME= Class-Load-0.08 +DISTNAME= Class-Load-0.11 PKGNAME= p5-${DISTNAME} CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Class/} diff --git a/devel/p5-Class-Load/distinfo b/devel/p5-Class-Load/distinfo index 2978bca9180..c5c7b83656c 100644 --- a/devel/p5-Class-Load/distinfo +++ b/devel/p5-Class-Load/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1.1.1 2011/08/30 09:10:34 abs Exp $ +$NetBSD: distinfo,v 1.2 2011/10/12 06:40:16 hiramatsu Exp $ -SHA1 (Class-Load-0.08.tar.gz) = d39bf248d37e4fa41c6a8f3f0d0df505f9108bab -RMD160 (Class-Load-0.08.tar.gz) = 7a01bb81cb2b5f12e5ce4aa3fc84d6167628d096 -Size (Class-Load-0.08.tar.gz) = 17911 bytes +SHA1 (Class-Load-0.11.tar.gz) = 5fcc638e16338880ab91295c5161ece9b179da81 +RMD160 (Class-Load-0.11.tar.gz) = 52331816f3c6c84c234160d1dffdf55c30471fac +Size (Class-Load-0.11.tar.gz) = 18470 bytes |