summaryrefslogtreecommitdiff
path: root/devel/p5-Devel-Confess
AgeCommit message (Collapse)AuthorFilesLines
2016-08-26Updated devel/p5-Devel-Confess to 0.009001mef2-8/+7
------------------------------------------ 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-08Bump PKGREVISION for perl-5.24.wiz1-1/+2
2016-04-17Import Devel-Confess-0.008000 as devel/p5-Devel-Confess.wen3-0/+27
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.