Skip to content

Commit

Permalink
Updated p5-Exception-Class to 1.43.
Browse files Browse the repository at this point in the history
1.43    2017-07-09

- The full_message() method in Exception::Class::Base now calls message()
  instead of accessing the object's hash key. This makes it easier to override
  message() in a subclass. Patch by Alexander Batyrshin. PR #11.
  • Loading branch information
0-wiz-0 committed Aug 14, 2017
1 parent cd37802 commit 1703f23
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions devel/p5-Exception-Class/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.38 2017/06/05 14:22:55 ryoon Exp $
# $NetBSD: Makefile,v 1.39 2017/08/14 18:50:55 wiz Exp $

DISTNAME= Exception-Class-1.42
DISTNAME= Exception-Class-1.43
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}

Expand All @@ -13,7 +12,6 @@ LICENSE= artistic-2.0

DEPENDS+= p5-Class-Data-Inheritable>=0.02:../../devel/p5-Class-Data-Inheritable
DEPENDS+= p5-Devel-StackTrace>=1.20:../../devel/p5-Devel-StackTrace
#BUILD_DEPENDS+= {perl>=5.10.1,p5-Test-Simple>=0.88}:../../devel/p5-Test-Simple

USE_LANGUAGES= # none
PERL5_PACKLIST= auto/Exception/Class/.packlist
Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Exception-Class/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.17 2017/01/16 09:25:43 wiz Exp $
$NetBSD: distinfo,v 1.18 2017/08/14 18:50:55 wiz Exp $

SHA1 (Exception-Class-1.42.tar.gz) = 17f7d5e8654d48ffd4494f440fae313340d40958
RMD160 (Exception-Class-1.42.tar.gz) = 1bad53f38fc709fa82be22169989f4217ccbcae8
SHA512 (Exception-Class-1.42.tar.gz) = b13f13882a4ca1bb44219dab1ebc7cd730d3b739e8f540b597fa3aa0adc0ede00e927844d293c584f05cce643c23bac73703318873c526c94668b8f9ff98a643
Size (Exception-Class-1.42.tar.gz) = 45718 bytes
SHA1 (Exception-Class-1.43.tar.gz) = e51711679f55cbbf6e441d2ef8a1e1832a4dbc36
RMD160 (Exception-Class-1.43.tar.gz) = bd5c0fb76097de3766e7b2033fba3c4d86485caf
SHA512 (Exception-Class-1.43.tar.gz) = 8416f82032dd39c38c9a4e12d7ae23cd0d66e1cbe9b22bde274972031c6218ed2d90cf9caf052a3d201decf92e715d0bf56a42789f35a7a60b9ea66680fb2668
Size (Exception-Class-1.43.tar.gz) = 45601 bytes

0 comments on commit 1703f23

Please sign in to comment.