Mon Jan 16 09:25:43 2017 UTC ()
Updated p5-Exception-Class to 1.42.

1.42    2017-01-04

- Generated exception classes are now added to %INC. If you subclass a
  generated class with "use base" then base.pm will no longer attempt to load
  the requested class. Patch by Todd Rinaldo. PR #8.


(wiz)
diff -r1.36 -r1.37 pkgsrc/devel/p5-Exception-Class/Makefile
diff -r1.16 -r1.17 pkgsrc/devel/p5-Exception-Class/distinfo

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

--- pkgsrc/devel/p5-Exception-Class/Makefile 2016/12/12 09:42:26 1.36
+++ pkgsrc/devel/p5-Exception-Class/Makefile 2017/01/16 09:25:43 1.37
@@ -1,16 +1,16 @@ @@ -1,16 +1,16 @@
1# $NetBSD: Makefile,v 1.36 2016/12/12 09:42:26 wiz Exp $ 1# $NetBSD: Makefile,v 1.37 2017/01/16 09:25:43 wiz Exp $
2 2
3DISTNAME= Exception-Class-1.41 3DISTNAME= Exception-Class-1.42
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5CATEGORIES= devel perl5 5CATEGORIES= devel perl5
6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/} 6MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://search.cpan.org/dist/Exception-Class/ 9HOMEPAGE= http://search.cpan.org/dist/Exception-Class/
10COMMENT= Perl5 module implementing real exception classes 10COMMENT= Perl5 module implementing real exception classes
11LICENSE= artistic-2.0 11LICENSE= artistic-2.0
12 12
13DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable 13DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
14DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace 14DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
15#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple 15#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple
16 16

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

--- pkgsrc/devel/p5-Exception-Class/distinfo 2016/12/12 09:42:26 1.16
+++ pkgsrc/devel/p5-Exception-Class/distinfo 2017/01/16 09:25:43 1.17
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.16 2016/12/12 09:42:26 wiz Exp $ 1$NetBSD: distinfo,v 1.17 2017/01/16 09:25:43 wiz Exp $
2 2
3SHA1 (Exception-Class-1.41.tar.gz) = 4f3ae4bd0aaf83896d583e867a18c1d08dd41324 3SHA1 (Exception-Class-1.42.tar.gz) = 17f7d5e8654d48ffd4494f440fae313340d40958
4RMD160 (Exception-Class-1.41.tar.gz) = 185151c66e12b0c49f5288c2e35fcdab9fb3ec83 4RMD160 (Exception-Class-1.42.tar.gz) = 1bad53f38fc709fa82be22169989f4217ccbcae8
5SHA512 (Exception-Class-1.41.tar.gz) = 32fce6b6307a6fffcbb8f1f0b0955f2a6ff3701fb8a8b1350cb60666591871ed2ac537bfe26a002578347f29b8f1c831f43bb8d66f76c798de0e401075e55f79 5SHA512 (Exception-Class-1.42.tar.gz) = b13f13882a4ca1bb44219dab1ebc7cd730d3b739e8f540b597fa3aa0adc0ede00e927844d293c584f05cce643c23bac73703318873c526c94668b8f9ff98a643
6Size (Exception-Class-1.41.tar.gz) = 45432 bytes 6Size (Exception-Class-1.42.tar.gz) = 45718 bytes