This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Document string- and number-specific bitops in perlop
[perl5.git] / dist / Carp /
2014-08-20 Peter MartiniRevert Test::Builder changes in prep for 5.21.3
2014-08-16 Chad GranumUpdate to include latest Test::Builder alpha
2014-05-28 Karen EtheridgeIgnore mismatched versions between Carp and Carp::Heavy...
2014-04-07 Chris 'BinGOs' Wil... Synchronise Carp with CPAN version 1.3301
2014-03-03 Chris 'BinGOs' Wil... Bump Carp to version 1.33
2013-11-02 Karen Etheridgeremove unneeded dependency on Test::More 0.98 (RT#88531)
2013-08-29 Zeframpreserve $! and $^E in Carp
2013-08-25 Zeframinstall useful Regexp::CARP_TRACE from Carp
2013-08-25 Zeframremove stray debugging print statements
2013-08-25 Zeframmore tests for $Carp::MaxArgLen
2013-08-24 Zeframupdate copyright years for Carp dual-life release
2013-08-24 Zeframconsistently escape args in Carp stack trace
2013-08-24 Zeframavoid package name "B" in Carp tests
2013-08-24 Zeframregularise test for Carp vivifying B stash
2013-08-23 Father ChrysostomosCarp: paranoid sub lookup
2013-08-22 Zeframdetect Carp/Carp::Heavy version mismatch
2013-08-22 Zeframavoid more vivification in Carp
2013-08-21 Zeframconsistent POD itemisation markup
2013-08-21 Zeframavoid Unicode warnings in Carp
2013-08-19 Father ChrysostomosCarp.pm: Restore defined &overload::StrVal check
2013-08-19 Tony Cook[perl #92446] don't use overloaded string values in...
2013-08-18 Zeframavoid eval misinterpretation on old perls
2013-08-18 Zeframbetter check for overload::StrVal
2013-08-18 Zeframavoid "uninitialized value" warnings in Carp
2013-08-15 Tony Cook[perl #92446] fix recursion introduced in original...
2013-08-09 Darin McBrideCarp now handles objects with string overloads.
2013-06-09 James E KeenanBump version in Carp::Heavy.
2013-06-09 Brian FraserCarp: Don't autovivify the CARP_NOT or ISA array
2013-06-09 Brian FraserCarp: Stop polluting the caller's namespace if they...
2013-05-02 Ricardo SignesCarp: add a test for top-of-stack longmess
2013-05-02 Ricardo SignesCarp: distinguish deleted stash from top of stack
2012-11-08 Jesse Luehrslimit number of args before formatting
2012-11-08 Jesse Luehrsfix Carp stacktraces after deleting a stash
2012-09-28 Steve HayBump $Carp::Heavy::VERSION too to avoid test failure...
2012-09-28 Tony Cookbump Carp version to 1.27
2012-09-28 jkeenanDocument exportable subroutines longmess() and shortmess().
2012-05-09 Craig A. BerrySkip Carp tests on VMS.
2012-04-20 Father Chrysostomos[perl #107636] Make Carp::longmess work inside die...
2012-04-20 Father ChrysostomosIncrease $Carp::Heavy::VERSION to 1.26
2012-04-20 Father ChrysostomosIncrease $Carp::VERSION to 1.26
2012-02-17 Zeframin Carp, cope with "_" in $warnings::VERSION
2012-02-07 Zeframin Carp, fix circular dep on Perl 5.6
2012-02-03 Zeframupdate copyright years in Carp
2012-02-03 Zeframin Carp, avoid vivifying utf8 stash on Perl 5.6
2012-02-02 Zeframsynch Carp::Heavy version number to Carp
2012-02-02 Zeframmake Carp messages match die properly
2011-12-16 Father ChrysostomosCarp.pm localise $SIG{__DIE__} before eval
2011-12-16 Father ChrysostomosIncrease $Carp::VERSION to 1.24
2011-12-16 Father ChrysostomosCarp.t: Add tests for PL_last_in_gv
2011-12-16 tlhackqueAdd missing <fh> line # phrase to Carp messages
2011-09-09 Zeframrelease Carp-1.23 to CPAN
2011-09-09 Zeframmake Carp::Heavy load Carp for backcompat
2011-09-08 Tony Cookavoid " in Carp.t test programs, due to Win32 shell...
2011-09-04 Zeframimprove Carp portability to earlier perls
2011-09-04 Zeframdual-life Carp