Skip to content

Commit

Permalink
p5-Sys-SigAction: update to 0.23.
Browse files Browse the repository at this point in the history
Changes in Sys::SigAction 0.23  10 September 2016

Responding to Bug: https://rt.cpan.org/Public/Bug/Display.html?id=105091

Renamed t/nested.t to t/inline_nested.t (don't execute this on arm platforms
arm perl port appear to be at fault.  See t/inline_nested.t

create new tests:

   t/alternatives.t
   t/recursive_nested.t

Allow arm platforms, but skip t/inline_nested.t with a warning
on arm platforms.

Desupport perl 5.5 (that was soooo long ago > 12 years)... This
allows me to turn on use warnings everywhere: Prompted by the Kwalitee
folks who noticed it was not used.

Set MIN_PERL_VERSION => 5.6.0 in Makefile.PL.

Referenced the new github repository in the generated META.* files.
  • Loading branch information
0-wiz-0 committed Sep 18, 2017
1 parent dc1d152 commit 296cd3a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
5 changes: 2 additions & 3 deletions sysutils/p5-Sys-SigAction/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# $NetBSD: Makefile,v 1.14 2017/06/05 14:24:37 ryoon Exp $
# $NetBSD: Makefile,v 1.15 2017/09/18 11:55:26 wiz Exp $

DISTNAME= Sys-SigAction-0.22
DISTNAME= Sys-SigAction-0.23
PKGNAME= p5-${DISTNAME}
PKGREVISION= 1
CATEGORIES= sysutils perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Sys/}

Expand Down
10 changes: 5 additions & 5 deletions sysutils/p5-Sys-SigAction/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.5 2016/08/16 00:23:23 wen Exp $
$NetBSD: distinfo,v 1.6 2017/09/18 11:55:26 wiz Exp $

SHA1 (Sys-SigAction-0.22.tar.gz) = f32b96d30556b271c6e2ef604dc49801ad3fbc06
RMD160 (Sys-SigAction-0.22.tar.gz) = 32e727b46d27c01a70a10f40e8fc8b3c3fa998ef
SHA512 (Sys-SigAction-0.22.tar.gz) = bcba62ce43f0823663beb05aa61adc867318cd982af40ddc01cc21cf5fc9434c41b24640de8a3c7a36ae211aeefbe394b387e98366b808eb81d3ae7951db341c
Size (Sys-SigAction-0.22.tar.gz) = 22679 bytes
SHA1 (Sys-SigAction-0.23.tar.gz) = 451c7c986a905d215a6517cf8fb85b4223e0b0ff
RMD160 (Sys-SigAction-0.23.tar.gz) = bf73dcb452beb0eea87ac71b77027d360b65aed7
SHA512 (Sys-SigAction-0.23.tar.gz) = 04248c7b055efe15264a05677ab37a217828df518195308b3f46e5c415f8b1aef6578d1b79798ac38e4c9df7323f37ae10ce753189196edb75369bd6ec8ac309
Size (Sys-SigAction-0.23.tar.gz) = 25621 bytes

0 comments on commit 296cd3a

Please sign in to comment.