pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/p5-Exception-Class Update 1.37 to 1.39



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c0a84aa533b
branches:  trunk
changeset: 645494:5c0a84aa533b
user:      mef <mef%pkgsrc.org@localhost>
date:      Thu Jan 29 08:58:19 2015 +0000

description:
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.

diffstat:

 devel/p5-Exception-Class/Makefile |  5 ++---
 devel/p5-Exception-Class/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r 24a7e7ad3c0e -r 5c0a84aa533b devel/p5-Exception-Class/Makefile
--- a/devel/p5-Exception-Class/Makefile Thu Jan 29 08:56:15 2015 +0000
+++ b/devel/p5-Exception-Class/Makefile Thu Jan 29 08:58:19 2015 +0000
@@ -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 -r 24a7e7ad3c0e -r 5c0a84aa533b devel/p5-Exception-Class/distinfo
--- a/devel/p5-Exception-Class/distinfo Thu Jan 29 08:56:15 2015 +0000
+++ b/devel/p5-Exception-Class/distinfo Thu Jan 29 08:58:19 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index