Sun Jul 21 10:37:30 2013 UTC ()
Update to 1.37

Upstream changes:
1.37    2013-02-24

- I now recommend you use Throwable instead of this module. It has a nicer,
  more modern interface.

- Fixed various bugs and confusion in the docs.

1.36    2012-11-17

- Fixed some stupidity in the tests that appears to have been highlighted by
  recent changes to Devel::StackTrace. Reported by Dan Horne. RT #81245.

1.35    2012-09-17

- Require Class::Data::Inheritable 0.02+.

1.34    2012-09-16

- 1.33 did not declare any prereqs. Oops. Reported by Roham McGovern. RT
  #79677.

1.33    2012-09-16

- Fixed warning from basic.t on 5.17.x. RT #79121.


(wen)
diff -r1.27 -r1.28 pkgsrc/devel/p5-Exception-Class/Makefile
diff -r1.11 -r1.12 pkgsrc/devel/p5-Exception-Class/distinfo

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

--- pkgsrc/devel/p5-Exception-Class/Makefile 2013/05/31 12:40:17 1.27
+++ pkgsrc/devel/p5-Exception-Class/Makefile 2013/07/21 10:37:30 1.28
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.27 2013/05/31 12:40:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.28 2013/07/21 10:37:30 wen Exp $
2 2
3DISTNAME= Exception-Class-1.32 3DISTNAME= Exception-Class-1.37
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 3 
6SVR4_PKGNAME= p5exc 5SVR4_PKGNAME= p5exc
7CATEGORIES= devel perl5 6CATEGORIES= devel perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} 7MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Exception-Class/ 10HOMEPAGE= http://search.cpan.org/dist/Exception-Class/
12COMMENT= Perl5 module implementing real exception classes 11COMMENT= Perl5 module implementing real exception classes
13LICENSE= artistic-2.0 12LICENSE= artistic-2.0
14 13
15DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable 14DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
16DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace 15DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
17BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 16BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
18 17

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

--- pkgsrc/devel/p5-Exception-Class/distinfo 2010/09/01 05:27:14 1.11
+++ pkgsrc/devel/p5-Exception-Class/distinfo 2013/07/21 10:37:30 1.12
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.11 2010/09/01 05:27:14 sno Exp $ 1$NetBSD: distinfo,v 1.12 2013/07/21 10:37:30 wen Exp $
2 2
3SHA1 (Exception-Class-1.32.tar.gz) = 9692fc3cd349ee73a98b2eda32aae6a8f5d137a8 3SHA1 (Exception-Class-1.37.tar.gz) = bb60a306c1ab6f23279c06a0d16b886f79513c14
4RMD160 (Exception-Class-1.32.tar.gz) = e038b3d2155807fa95f5361361fe60dd7d04863d 4RMD160 (Exception-Class-1.37.tar.gz) = c70b7ab90f349873d220eb62a63d7eff0d5118d2
5Size (Exception-Class-1.32.tar.gz) = 23702 bytes 5Size (Exception-Class-1.37.tar.gz) = 26457 bytes