Skip to content

Commit

Permalink
p5-Exception-Class: update to 1.44.
Browse files Browse the repository at this point in the history
1.44    2017-12-10

- You can now pass "frame_filter", "filter_frames_early", and "skip_frames" to
  the throw() method of an exception class. These will be passed on to the
  Devel::StackTrace constructor. Requested by Frédéric Brière. GH #6.
  • Loading branch information
0-wiz-0 committed Dec 30, 2017
1 parent 743e026 commit 973dc93
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions devel/p5-Exception-Class/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.39 2017/08/14 18:50:55 wiz Exp $
# $NetBSD: Makefile,v 1.40 2017/12/30 13:23:40 wiz Exp $

DISTNAME= Exception-Class-1.43
DISTNAME= Exception-Class-1.44
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Exception/}
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.18 2017/08/14 18:50:55 wiz Exp $
$NetBSD: distinfo,v 1.19 2017/12/30 13:23:40 wiz Exp $

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
SHA1 (Exception-Class-1.44.tar.gz) = 2af1d17e8b941922fb5cb06ef285186fb212a26f
RMD160 (Exception-Class-1.44.tar.gz) = 50a6f22adb13caeb53c80d94e9fecc7300790b7d
SHA512 (Exception-Class-1.44.tar.gz) = 7ce1e488505dc3d1c6d6365b5ed523b204b93d89d205ad4cdf6c9ee9dbad1a6edc257251a365275f067479e734def56b3b21d588e978822e7714bd8a49ba6bb2
Size (Exception-Class-1.44.tar.gz) = 46156 bytes

0 comments on commit 973dc93

Please sign in to comment.