diff options
author | mef <mef@pkgsrc.org> | 2015-01-29 08:58:19 +0000 |
---|---|---|
committer | mef <mef@pkgsrc.org> | 2015-01-29 08:58:19 +0000 |
commit | e2f533bb094828ead0fc65c197af5a42dadac9d0 (patch) | |
tree | 0b4e2b32647ed532c5d0818d71021bd42ed59dd2 | |
parent | 3a72d914a677b3a0415125e7e3d070f8ece93a89 (diff) | |
download | pkgsrc-e2f533bb094828ead0fc65c197af5a42dadac9d0.tar.gz |
Update 1.37 to 1.39
-------------------
1.39 2014-11-01
- Replaced the Exception::Class::Base->NoRefs method with UnsafeRefCapture to
match changes in Devel::StackTrace 2.00. The old method is deprecated but
will continue to work.
1.38 2014-05-05
- An exception without a message will now default to either the associated
exception class description or the string "[Generic exception]". Patch by
Ricardo Signes. PR #2.
- Added field_hash() and context_hash() methods. Patch by Ricardo Signes. PR
#1.
-rw-r--r-- | devel/p5-Exception-Class/Makefile | 5 | ||||
-rw-r--r-- | devel/p5-Exception-Class/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/devel/p5-Exception-Class/Makefile b/devel/p5-Exception-Class/Makefile index 6a19b87d0b3..e2a5faedf19 100644 --- a/devel/p5-Exception-Class/Makefile +++ b/devel/p5-Exception-Class/Makefile @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2014/10/09 13:44:40 wiz Exp $ +# $NetBSD: Makefile,v 1.31 2015/01/29 08:58:19 mef Exp $ -DISTNAME= Exception-Class-1.37 +DISTNAME= Exception-Class-1.39 PKGNAME= p5-${DISTNAME} -PKGREVISION= 1 CATEGORIES= devel perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} diff --git a/devel/p5-Exception-Class/distinfo b/devel/p5-Exception-Class/distinfo index c14fe32579e..e28cf952cfe 100644 --- a/devel/p5-Exception-Class/distinfo +++ b/devel/p5-Exception-Class/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2013/07/21 10:37:30 wen Exp $ +$NetBSD: distinfo,v 1.13 2015/01/29 08:58:19 mef Exp $ -SHA1 (Exception-Class-1.37.tar.gz) = bb60a306c1ab6f23279c06a0d16b886f79513c14 -RMD160 (Exception-Class-1.37.tar.gz) = c70b7ab90f349873d220eb62a63d7eff0d5118d2 -Size (Exception-Class-1.37.tar.gz) = 26457 bytes +SHA1 (Exception-Class-1.39.tar.gz) = 96306dc22954ef80ea86ad1a57b2191ecd93a12e +RMD160 (Exception-Class-1.39.tar.gz) = e9ee37f87fc2634b008987d45e28b18150e0ac96 +Size (Exception-Class-1.39.tar.gz) = 38936 bytes |