pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/p5-Carp-Always p5-Carp-Always: update to 0.16.
details: https://anonhg.NetBSD.org/pkgsrc/rev/2cd1d68d68e4
branches: trunk
changeset: 311948:2cd1d68d68e4
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Aug 21 10:55:22 2018 +0000
description:
p5-Carp-Always: update to 0.16.
0.16 Fri Aug 10 2018
- Promoted to stable release
0.15_02 Fri Aug 10 2018 TRIAL RELEASE
[Compatibility fixes]
- Disable bogus warnings on perl ? 5.8.8
- Restore compatibility with Carp < 1.25
0.15_01 Fri Aug 10 2018 TRIAL RELEASE
- Fix long standing bug with duplicate tracebacks
(when carp / croak / cluck / confess were used) RT#123354
- Fix long standing bug when message ended at " at WHATEVER"
RT#96561 GH#2
0.15 Thu Aug 9 2018
- Promoted to stable release
0.14_05 Thu Aug 9 2018 TRIAL RELEASE
- Fix one test for the sake of Carp ? 1.25
0.14_04 Thu Aug 9 2018 TRIAL RELEASE
- [EXPERIMENTAL] Prepare for extensions
- Fix switching off and on
0.14_03 Thu Aug 9 2018 TRIAL RELEASE
- Document import() and unimport()
- Internal refactoring: Carp::Always::_longmess()
0.14_02 Thu Aug 9 2018 TRIAL RELEASE
[BREAKING CHANGES]
- Carp::Always enabling via import() -
that means "use Carp::Always" works, but not "use Carp::Always ()"
- Carp::Always disabling via unimport() -
That means disabling can be done with "no Carp::Always"
- Carp::Always doesn't use BEGIN and END blocks anymore
0.14_01 Thu Aug 9 2018 TRIAL RELEASE
- Tighter regex to suppress " at FILE line LINE.\n" RT#96561
- Tests for edge cases of warn () and die ()
0.14 Wed Aug 8 2018
- Promoted to stable release
0.13_03 Wed Aug 8 2018 TRIAL RELEASE
- t/010simple.t is a required test
- Pruning docs of old cruft
0.13_02 Wed Aug 8 2018 TRIAL RELEASE
- Add Devel::Confess to See Also
(https://github.com/aferreira/cpan-Carp-Always/issues/7)
- Change bugtracker to GitHub
- Fine tuning to POD test
0.13_01 Wed Aug 8 2018 TRIAL RELEASE
- No code change
- Fine-tuning of prereqs
[thanks Shawn Carroll]
- Test::Pod and Test::Pod::Coverage as author tests again
- Added LICENSE file
diffstat:
devel/p5-Carp-Always/Makefile | 5 ++---
devel/p5-Carp-Always/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 8 deletions(-)
diffs (29 lines):
diff -r 5752c664ee88 -r 2cd1d68d68e4 devel/p5-Carp-Always/Makefile
--- a/devel/p5-Carp-Always/Makefile Tue Aug 21 10:50:20 2018 +0000
+++ b/devel/p5-Carp-Always/Makefile Tue Aug 21 10:55:22 2018 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.7 2017/06/05 14:22:40 ryoon Exp $
+# $NetBSD: Makefile,v 1.8 2018/08/21 10:55:22 wiz Exp $
-DISTNAME= Carp-Always-0.13
+DISTNAME= Carp-Always-0.16
PKGNAME= p5-${DISTNAME}
-PKGREVISION= 3
CATEGORIES= devel perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Carp/}
diff -r 5752c664ee88 -r 2cd1d68d68e4 devel/p5-Carp-Always/distinfo
--- a/devel/p5-Carp-Always/distinfo Tue Aug 21 10:50:20 2018 +0000
+++ b/devel/p5-Carp-Always/distinfo Tue Aug 21 10:55:22 2018 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2015/11/03 03:28:00 agc Exp $
+$NetBSD: distinfo,v 1.4 2018/08/21 10:55:22 wiz Exp $
-SHA1 (Carp-Always-0.13.tar.gz) = 6fa10e23835f438585fd529847d197ebf51b9492
-RMD160 (Carp-Always-0.13.tar.gz) = 493d2f78fd1181187002a0471c3601105cd9782d
-SHA512 (Carp-Always-0.13.tar.gz) = 0ef666c45ed85f4dad5f955d13116a4c3cccb3395db80547629bf0d87f9494653fe5a85405252b650d4d92a4008c0d541a995ccae1139c7374b057317324d361
-Size (Carp-Always-0.13.tar.gz) = 5462 bytes
+SHA1 (Carp-Always-0.16.tar.gz) = 76145b8f3c3c20cc80ff38a66b58505704db33fc
+RMD160 (Carp-Always-0.16.tar.gz) = dd5a577595679c9a39a6045cfc7fda7ae8771e7c
+SHA512 (Carp-Always-0.16.tar.gz) = 208e8d8435aebcc8c8345a453d17daaf35976c40e2b91cf528b92e9f6afba81cff9b31b656d71a6736838631e4b110cd12e49cfc48810872d39109b137fa074b
+Size (Carp-Always-0.16.tar.gz) = 13386 bytes
Home |
Main Index |
Thread Index |
Old Index