summaryrefslogtreecommitdiff
path: root/dist/Carp/t
Commit message (Expand)AuthorAgeFilesLines
* delete unreliable test of Carp crash avoidanceZefram2018-03-301-25/+0
* Don't run stack_after_err.t on VMS.Craig A. Berry2018-03-081-2/+6
* rework Carp/t/stack_after_err.t to not use perl -eYves Orton2018-02-281-63/+55
* Carp: Avoid run-time mods; StrVal workaroundsFather Chrysostomos2018-02-272-7/+78
* [perl #132910] Carp: Avoid ->canFather Chrysostomos2018-02-252-0/+39
* Carp: add test for overloads without overload.pmYves Orton2018-02-251-0/+15
* fix Perl #132828 - dont use overload to bypass overloadsYves Orton2018-02-231-6/+6
* Fix RT #52610: Carp: Do not crash when reading @DB::argsPali2018-02-231-0/+25
* avoid vivifying UNIVERSAL::isa:: in CarpZefram2018-02-151-3/+5
* Carp: Don’t choke on ISA constantFather Chrysostomos2017-11-011-1/+12
* fix problems from Carp's partial EBCDIC supportZefram2017-07-202-31/+19
* Carp/t/arg_string.t: fixup to previous fixupDavid Mitchell2016-10-271-2/+4
* Carp/t/arg_string.t: be liberal in f/p formatsDavid Mitchell2016-10-271-1/+7
* vax-netbsd: do not tempt fp overflow, which will SIGFPEJarkko Hietaniemi2016-10-211-1/+1
* [cpan#100183] Add missing "<FH> chunk #" phrase to Carp messagesAaron Crane2016-05-161-1/+12
* Carp: Fix .t failure to compile in v5.6Karl Williamson2016-03-171-1/+1
* Fix RTCPAN#107225 : longmess returns 1 on ref.Shlomi Fish2016-03-071-1/+19
* Carp: prepare for a new CPAN releaseRicardo Signes2015-10-251-1/+0
* Carp: fix test not working on older toolchainPeter Rabbitson2015-10-201-3/+10
* Carp: fix test incorrectly assuming a recent-enough Carp.pm in @INCPeter Rabbitson2015-10-201-0/+4
* Make behavior of $Carp::MaxArgNums match docsdarksuji2015-09-091-6/+18
* Carp: avoid hardcoded lines and filenames in testRicardo Signes2015-03-191-2/+2
* Carp: skip some tests of "$qr" on older perlsRicardo Signes2015-03-141-8/+25
* Carp: correct precedence of ord and == in testsRicardo Signes2015-03-142-2/+2
* Generalize Carp for non-ASCII platformsKarl Williamson2015-02-062-18/+39
* Revert Test::Builder changes in prep for 5.21.3Peter Martini2014-08-191-14/+5
* Update to include latest Test::Builder alphaChad Granum2014-08-161-5/+14
* remove unneeded dependency on Test::More 0.98 (RT#88531)Karen Etheridge2013-11-021-1/+1
* preserve $! and $^E in CarpZefram2013-08-291-0/+71
* install useful Regexp::CARP_TRACE from CarpZefram2013-08-253-2/+63
* more tests for $Carp::MaxArgLenZefram2013-08-252-19/+19
* consistently escape args in Carp stack traceZefram2013-08-245-13/+41
* avoid package name "B" in Carp testsZefram2013-08-241-57/+57
* regularise test for Carp vivifying B stashZefram2013-08-243-25/+10
* Carp: paranoid sub lookupFather Chrysostomos2013-08-231-1/+12
* detect Carp/Carp::Heavy version mismatchZefram2013-08-221-0/+8
* avoid more vivification in CarpZefram2013-08-222-2/+8
* avoid Unicode warnings in CarpZefram2013-08-212-0/+29
* [perl #92446] don't use overloaded string values in the backtraceTony Cook2013-08-191-35/+3
* avoid eval misinterpretation on old perlsZefram2013-08-181-2/+2
* [perl #92446] fix recursion introduced in original patchTony Cook2013-08-151-8/+24
* Carp now handles objects with string overloads.Darin McBride2013-08-091-0/+84
* Carp: Don't autovivify the CARP_NOT or ISA arrayBrian Fraser2013-06-091-1/+9
* Carp: Stop polluting the caller's namespace if they lack @CARP_NOT or @ISABrian Fraser2013-06-091-1/+11
* Carp: add a test for top-of-stack longmessRicardo Signes2013-05-011-1/+10
* fix Carp stacktraces after deleting a stashJesse Luehrs2012-11-071-0/+111
* Skip Carp tests on VMS.Craig A. Berry2012-05-091-27/+36
* [perl #107636] Make Carp::longmess work inside die overrideFather Chrysostomos2012-04-191-1/+15
* in Carp, fix circular dep on Perl 5.6Zefram2012-02-071-0/+9
* in Carp, avoid vivifying utf8 stash on Perl 5.6Zefram2012-02-033-11/+20