Skip to content

Commit

Permalink
p5-Devel-StackTrace: update to 2.03.
Browse files Browse the repository at this point in the history
2.03   2017-11-18

- If all frames in the trace were skipped (via skip_frames, frame_filter,
  ignore_*, etc.), then the stringified stack trace would be an empty
  string. Now this has been changed to always return the message given to the
  constructor or the string "Trace begun". Fixes GH #15, reported by Karen
  Etheridge.
  • Loading branch information
0-wiz-0 committed Nov 24, 2017
1 parent 03c6beb commit b298361
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/p5-Devel-StackTrace/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.42 2017/06/05 14:22:53 ryoon Exp $
# $NetBSD: Makefile,v 1.43 2017/11/24 13:43:13 wiz Exp $

DISTNAME= Devel-StackTrace-2.02
DISTNAME= Devel-StackTrace-2.03
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Devel/}

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Devel-StackTrace/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.22 2016/12/12 09:41:07 wiz Exp $
$NetBSD: distinfo,v 1.23 2017/11/24 13:43:13 wiz Exp $

SHA1 (Devel-StackTrace-2.02.tar.gz) = 04a7ef64935eb10d270429b50a9ad48feefaec9d
RMD160 (Devel-StackTrace-2.02.tar.gz) = 078f8d2fbd3218bb720d1943a83e39f941858ef8
SHA512 (Devel-StackTrace-2.02.tar.gz) = 1744597ea86e0631a2f0b730f0448af21639f2360a95baecd47542bcd9be96163904ec438a34f70e794695046bac9751ece0e4705af95e717a5143295fce31db
Size (Devel-StackTrace-2.02.tar.gz) = 38221 bytes
SHA1 (Devel-StackTrace-2.03.tar.gz) = 95efd8898cc711560426231909fa596cf8869686
RMD160 (Devel-StackTrace-2.03.tar.gz) = 4067cda1000e0e77df4ae6dcb24d3fd915413b69
SHA512 (Devel-StackTrace-2.03.tar.gz) = a5263ec76f5adb83b83cc4906c18d6c341f50472a254617882a889315597698968988be1bacbbb4c6c0709974ff4ba67a14835d3c2278d672219c52e4c823514
Size (Devel-StackTrace-2.03.tar.gz) = 38619 bytes

0 comments on commit b298361

Please sign in to comment.