2017-09-17 11:50:23 by Thomas Klausner | Files touched by this commit (2) | |
Log message:
p5-Devel-Confess: update to 0.009004.
0.009004 - 2017-02-14
- prevent handlers from recursing, such as if our handlers are wrapped by other
code. IO::All for example will do this.
0.009003 - 2016-11-18
- more complete prereq list
- fix inf handling
- work around UNIVERSAL::isa and UNIVERSAL::can
0.009002 - 2016-09-04
- fix test failures on perl 5.10.0
- fix regex warnings in perl 5.6
- work around threads issue in Carp in Safe compartments
- don't skip dump test on Carp versions that use Carp::Heavy
- test diagnostic and formatting improvements
- avoid triggering overloads when checking for exception existence
|
2017-06-05 16:25:36 by Ryo ONODERA | Files touched by this commit (2298) |
Log message:
Recursive revbump from lang/perl5 5.26.0
|
2016-08-26 16:40:33 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
Updated devel/p5-Devel-Confess to 0.009001
------------------------------------------
0.009001 - 2016-08-19
- fix handling of infinite options (dump, source, evalsource)
- fix evalsource test by running with the debugger
0.009000 - 2016-08-18
- documentation fixes and improvements
- more accurate handling of existing %SIG handlers
- updated option parsing to allow setting specific values, such as color=force
- stop relying on . being in @INC in tests
- source option now accepts a number of lines of context to show
- added evalsource option, which shows the source only of string evals
- fix adding redundant trace information when errors are rethrown
- improved warning messages when source option can't find source to display
|
2016-06-08 21:25:20 by Thomas Klausner | Files touched by this commit (2236) |
Log message:
Bump PKGREVISION for perl-5.24.
|
2016-04-17 15:27:51 by Wen Heping | Files touched by this commit (3) |
Log message:
Import Devel-Confess-0.008000 as devel/p5-Devel-Confess.
This module is meant as a debugging aid. It can be used to make
a script complain loudly with stack backtraces when warn()ing
or die()ing. Unlike other similar modules (e.g. Carp::Always),
it includes stack traces even when exception objects are thrown.
|