pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-autodie (devel/p5-autodie) Updated 2.29 to 2.32
details: https://anonhg.NetBSD.org/pkgsrc/rev/581ba08cf810
branches: trunk
changeset: 427596:581ba08cf810
user: mef <mef%pkgsrc.org@localhost>
date: Sat Apr 18 12:21:51 2020 +0000
description:
(devel/p5-autodie) Updated 2.29 to 2.32
2.32 2020-01-16 11:40:52-06:00 America/Chicago
* Update automated tests to include soft dependencies.
* Remove Test::Perl::Critic as a testing requirement.
* Update README.md to show github actions status
not Travis.
2.31 2020-01-08 00:37:45-06:00 America/Chicago
* TEST BUGFIX: Correct diag explain in t/version.t
so it'll pass on perl 5.8
* TEST BUGFIX: Only test t/no-all.t if optional
IPC::System::Simple is available
* BUILD: Switch automated testing to github actions
* TEST BUGFIX: Turn off t/kill.t for windows. Recent
versions of windows seem to choke when doing:
`kill 0, $$;`
2.30 2020-01-02 16:51:16-06:00 America/Chicago
* BUGFIX: Fix a boolean logic precedence error causing
a "useless use of numeric" warning when using kill
with a signal of 0. Thanks to Maurice Aubrey for
reporting the issue and providing a Pull Request
for it. (GH#76)
* BUGFIX: Apply patch from Niko Tyni to fix a scoping
issue "no autodie" and the "system" sub. (GH#69)
* BUGFIX / DOC: Update code and documentation about
smartmatch to match current the current support
in perl. Thanks to Zefram; cherry-picked from
perl core. (GH#83)
* DOC: Fix a POD error and some unnecessary spaces
that tripped POD parsers. Thanks to Aaron Crane
and Chase Whitener for reporting the issues plus
providing Pull Requests for it. (GH#51 and GH#79)
* DOC: Document how to use Import::Into with autodie.
(GH#50)
* BUILD: Clean up of dzil.ini removing some unnecessary
test recommends. Thanks to Karen Etheridge for
reporting the issue and providing a Pull Requests
for it. (GH#78)
* TEST BUGFIX: Set binmode on some file handles to fix
issues on Windows. Thanks to Tony Cook; cherry-picked
from perl core. (GH#83)
* TEST / INTERNAL / TRAVIS: Also test with Perl 5.22,
5.24, 5.26 and 5.28.
diffstat:
devel/p5-autodie/Makefile | 5 ++---
devel/p5-autodie/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 2bf67e72accb -r 581ba08cf810 devel/p5-autodie/Makefile
--- a/devel/p5-autodie/Makefile Sat Apr 18 12:21:10 2020 +0000
+++ b/devel/p5-autodie/Makefile Sat Apr 18 12:21:51 2020 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2019/08/11 13:20:45 wiz Exp $
+# $NetBSD: Makefile,v 1.24 2020/04/18 12:21:51 mef Exp $
-DISTNAME= autodie-2.29
+DISTNAME= autodie-2.32
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 4
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=autodie/}
diff -r 2bf67e72accb -r 581ba08cf810 devel/p5-autodie/distinfo
--- a/devel/p5-autodie/distinfo Sat Apr 18 12:21:10 2020 +0000
+++ b/devel/p5-autodie/distinfo Sat Apr 18 12:21:51 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.11 2015/11/03 03:28:58 agc Exp $
+$NetBSD: distinfo,v 1.12 2020/04/18 12:21:51 mef Exp $
-SHA1 (autodie-2.29.tar.gz) = 64fb0ac063a3d2716beffa273b15d541ed5a58fd
-RMD160 (autodie-2.29.tar.gz) = b9abfa1a0c4d78265f28b7b19b17bf8645246977
-SHA512 (autodie-2.29.tar.gz) = 87fd210048b356c60e37d8f99a4d41e9d0fb8d80d3ad4a5f40d49a4730a8de22e820649c9f8324cf5d0df244a8ac5673199306f124d024b8e0931979bd0dfd2d
-Size (autodie-2.29.tar.gz) = 93396 bytes
+SHA1 (autodie-2.32.tar.gz) = a6400ca0a898224651217ca7b4e3c4bbd474caf8
+RMD160 (autodie-2.32.tar.gz) = a1c152e08e01589705c9165bfc05f21b8f1d1b6d
+SHA512 (autodie-2.32.tar.gz) = e80b32877104b6942bc122c23b5dc9824814aa58896bf59765534e3e73fdc81d872d6b538088bf730ad3e80791a51d62643fe159876e666ea3bac8aa800863ab
+Size (autodie-2.32.tar.gz) = 93618 bytes
Home |
Main Index |
Thread Index |
Old Index