Path to this page:
Subject: CVS commit: pkgsrc/devel/p5-Carp-Always
From: Thomas Klausner
Date: 2018-08-21 12:55:22
Message id: 20180821105523.0EED5FBEC@cvs.NetBSD.org
Log Message:
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
Files: