This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove spurious _ part of Carp version number
[perl5.git] / dist / Carp / lib / Carp.pm
2018-02-24 Zeframremove spurious _ part of Carp version number
2018-02-23 Yves Ortonfix Perl #132828 - dont use overload to bypass overloads
2018-02-23 PaliFix RT #52610: Carp: Do not crash when reading @DB...
2018-02-15 Zeframavoid vivifying UNIVERSAL::isa:: in Carp
2017-11-21 Nicolas RBump Carp to version 1.45
2017-11-21 J. Nick KostonCarp: optimize format_arg when arguments contain many...
2017-11-04 ZeframRevert "Speed up Carp.pm when backtrace arguments are...
2017-11-03 Nicolas RSpeed up Carp.pm when backtrace arguments are references
2017-11-01 Father ChrysostomosIncrease $Carp::VERSION to 1.44
2017-11-01 Father ChrysostomosCarp: Don’t choke on ISA constant
2017-07-20 Zeframfix problems from Carp's partial EBCDIC support
2016-08-11 David MitchellCarp: say what cluck() does
2016-05-15 Aaron Crane[cpan#100183] Add missing "<FH> chunk #" phrase to...
2016-03-17 Shlomi FishAdd contributing info to Carp.
2016-03-07 Shlomi FishFix RTCPAN#107225 : longmess returns 1 on ref.
2015-11-06 Ricardo SignesCarp: stable CPAN release
2015-10-30 Ricardo SignesCarp: CPAN release 1.37_02
2015-10-26 Ricardo SignesCarp: prepare for a new CPAN release
2015-09-09 darksujiMake behavior of $Carp::MaxArgNums match docs
2015-03-19 Ricardo SignesCarp: remove unneeded VERSION eval, bump version
2015-02-06 Karl WilliamsonGeneralize Carp for non-ASCII platforms
2015-02-06 Karl WilliamsonCarp: Fix off-by-one error for early Perl versions
2015-02-06 Karl WilliamsonIncrement Carp version to 0.35
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-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-24 Zeframupdate copyright years for Carp dual-life release
2013-08-24 Zeframconsistently escape args in Carp stack trace
2013-08-23 Father ChrysostomosCarp: paranoid sub lookup
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 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 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: 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 Tony Cookbump Carp version to 1.27
2012-09-28 jkeenanDocument exportable subroutines longmess() and shortmess().
2012-04-20 Father Chrysostomos[perl #107636] Make Carp::longmess work inside die...
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 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 tlhackqueAdd missing <fh> line # phrase to Carp messages
2011-09-09 Zeframrelease Carp-1.23 to CPAN
2011-09-04 Zeframimprove Carp portability to earlier perls
2011-09-04 Zeframdual-life Carp