diff options
author | sno <sno> | 2012-09-10 13:52:53 +0000 |
---|---|---|
committer | sno <sno> | 2012-09-10 13:52:53 +0000 |
commit | 833dac5167d2cecc983929fa8e753725b2607cd2 (patch) | |
tree | 898c806409c4420756dad4550a53c406e701588d | |
parent | c54aa5aa0620e0e676713cb03f9ffd5f63be7849 (diff) | |
download | pkgsrc-833dac5167d2cecc983929fa8e753725b2607cd2.tar.gz |
Updating package for CPAN module Class::Load in devel/p5-Class-Load from
0.19 (spring one) to 0.20.
upstream changes (note duplicate 0.19 versions) since 0.18:
0.20 2012-07-15
- Same as the most recently 0.19, but with a new version.
0.19 2012-07-15
- Uploaded by Dave Rolsky, not realizing 0.19 was already used
- The load_class() subroutine now returns the class name on success. Requested
by Caleb Cushing. RT #76931.
- Exceptions and errors from Class::Load no longer contain references to line
numbers in Class::Load or Module::Runtime. This applies to exceptions thrown
by load_class, load_first_existing_class, and load_optional_class, as well
as the error returned by try_load_class.
- Exceptions are now croaked properly so they appear to come from the calling
code, not from an internal subroutine. This makes the exceptions look more
like the ones thrown by Perl's require. RT #68663.
0.19 2012-04-03
- Uploaded by doy (Jesse Luehrs)
- No changes, reupload to fix indexing.
-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 536468cdfe2..cad2c7d9f12 100644 --- a/devel/p5-Class-Load/Makefile +++ b/devel/p5-Class-Load/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2012/07/06 09:23:10 sno Exp $ +# $NetBSD: Makefile,v 1.9 2012/09/10 13:52:53 sno Exp $ -DISTNAME= Class-Load-0.19 +DISTNAME= Class-Load-0.20 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 18cd0983bea..cac71d76e5a 100644 --- a/devel/p5-Class-Load/distinfo +++ b/devel/p5-Class-Load/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2012/07/06 09:23:10 sno Exp $ +$NetBSD: distinfo,v 1.7 2012/09/10 13:52:53 sno Exp $ -SHA1 (Class-Load-0.19.tar.gz) = 3c213bc94ea2a70d4ffe6cee18b405b047c8d329 -RMD160 (Class-Load-0.19.tar.gz) = cc20c1d94660c6520c4c4203597c7e640a55c038 -Size (Class-Load-0.19.tar.gz) = 19085 bytes +SHA1 (Class-Load-0.20.tar.gz) = 3d91ec17067a5cdc3e1024f5dcba21f19d367907 +RMD160 (Class-Load-0.20.tar.gz) = 040eeb3049f08444e7d7f3cfcf0bcc03e2ed7e97 +Size (Class-Load-0.20.tar.gz) = 20271 bytes |