Skip to content

Commit

Permalink
Updated p5-Try-Tiny to 0.27.
Browse files Browse the repository at this point in the history
0.27      2016-08-16 01:43:35Z
  - repository moved to the github p5sagit organization (the primary is on
    shadowcat, mirrored to github)
  - no changes since 0.26

0.26      2016-03-15 23:42:02Z (TRIAL RELEASE)
  - switch from finalizers using an array to a hash, to resolve segfaults when
    creating a pseudofork on MSWin before perl 5.20 (Graham Knop,
    karenetheridge/Sub-Name/#3)

0.25      2016-02-22 20:16:51Z (TRIAL RELEASE)
  - "finally" blocks are now run for all methods of leaving the try block
    (including via exit, goto)  (Lukas Mai, RT#112099)
  • Loading branch information
wiz committed Aug 19, 2016
1 parent ef4b911 commit 09cb60b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions devel/p5-Try-Tiny/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.20 2016/06/08 19:23:44 wiz Exp $
# $NetBSD: Makefile,v 1.21 2016/08/19 15:11:49 wiz Exp $

DISTNAME= Try-Tiny-0.24
DISTNAME= Try-Tiny-0.27
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=../../authors/id/E/ET/ETHER/}

Expand Down
10 changes: 5 additions & 5 deletions devel/p5-Try-Tiny/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.11 2015/12/13 08:14:30 wiz Exp $
$NetBSD: distinfo,v 1.12 2016/08/19 15:11:49 wiz Exp $

SHA1 (Try-Tiny-0.24.tar.gz) = 3c3eef7f9c03380d21e145787103ed14fd56e153
RMD160 (Try-Tiny-0.24.tar.gz) = 364f889fb51d205684a53d29b1dfc2721d3bd2b4
SHA512 (Try-Tiny-0.24.tar.gz) = 403ce12b7cda7356b1a86d7661ed406ce4e526f416033fa5eb04b83bbeb7f198b4660342383232affe2ef9a8e0dbd237a6e6c0f290c277c8abc319c949d3c959
Size (Try-Tiny-0.24.tar.gz) = 30666 bytes
SHA1 (Try-Tiny-0.27.tar.gz) = 76c3ff6fdb4429272ee0f93886edd7ca0351eaac
RMD160 (Try-Tiny-0.27.tar.gz) = 4606acec28660f8da5f7d11a0dbe2ba71b4381a9
SHA512 (Try-Tiny-0.27.tar.gz) = 2ce87f7165c62f780136fc977b347791dd4f859a684c4489e3778440f8e55c504c30a5d5b899ed59cef92bcbe7777315c25b234166aaf9ecb8d3382053b02b09
Size (Try-Tiny-0.27.tar.gz) = 32270 bytes

0 comments on commit 09cb60b

Please sign in to comment.