Thu Jan 29 08:58:20 2015 UTC ()
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.


(mef)
diff -r1.30 -r1.31 pkgsrc/devel/p5-Exception-Class/Makefile
diff -r1.12 -r1.13 pkgsrc/devel/p5-Exception-Class/distinfo

cvs diff -r1.30 -r1.31 pkgsrc/devel/p5-Exception-Class/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Exception-Class/Makefile 2014/10/09 13:44:40 1.30
+++ pkgsrc/devel/p5-Exception-Class/Makefile 2015/01/29 08:58:19 1.31
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.30 2014/10/09 13:44:40 wiz Exp $ 1# $NetBSD: Makefile,v 1.31 2015/01/29 08:58:19 mef Exp $
2 2
3DISTNAME= Exception-Class-1.37 3DISTNAME= Exception-Class-1.39
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel perl5 5CATEGORIES= devel perl5
7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://search.cpan.org/dist/Exception-Class/ 9HOMEPAGE= http://search.cpan.org/dist/Exception-Class/
11COMMENT= Perl5 module implementing real exception classes 10COMMENT= Perl5 module implementing real exception classes
12LICENSE= artistic-2.0 11LICENSE= artistic-2.0
13 12
14DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable 13DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
15DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace 14DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
16BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 15BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
17 16
18USE_LANGUAGES= # none 17USE_LANGUAGES= # none

cvs diff -r1.12 -r1.13 pkgsrc/devel/p5-Exception-Class/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Exception-Class/distinfo 2013/07/21 10:37:30 1.12
+++ pkgsrc/devel/p5-Exception-Class/distinfo 2015/01/29 08:58:19 1.13
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.12 2013/07/21 10:37:30 wen Exp $ 1$NetBSD: distinfo,v 1.13 2015/01/29 08:58:19 mef Exp $
2 2
3SHA1 (Exception-Class-1.37.tar.gz) = bb60a306c1ab6f23279c06a0d16b886f79513c14 3SHA1 (Exception-Class-1.39.tar.gz) = 96306dc22954ef80ea86ad1a57b2191ecd93a12e
4RMD160 (Exception-Class-1.37.tar.gz) = c70b7ab90f349873d220eb62a63d7eff0d5118d2 4RMD160 (Exception-Class-1.39.tar.gz) = e9ee37f87fc2634b008987d45e28b18150e0ac96
5Size (Exception-Class-1.37.tar.gz) = 26457 bytes 5Size (Exception-Class-1.39.tar.gz) = 38936 bytes