This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Various .t's: Escape literal '}' and ']' in patterns
[perl5.git] / dist / Carp / t /
2016-10-27 David MitchellCarp/t/arg_string.t: fixup to previous fixup
2016-10-27 David MitchellCarp/t/arg_string.t: be liberal in f/p formats
2016-10-22 Jarkko Hietaniemivax-netbsd: do not tempt fp overflow, which will SIGFPE
2016-05-15 Aaron Crane[cpan#100183] Add missing "<FH> chunk #" phrase to...
2016-03-18 Karl WilliamsonCarp: Fix .t failure to compile in v5.6
2016-03-07 Shlomi FishFix RTCPAN#107225 : longmess returns 1 on ref.
2015-10-26 Ricardo SignesCarp: prepare for a new CPAN release
2015-10-21 Peter RabbitsonCarp: fix test not working on older toolchain
2015-10-21 Peter RabbitsonCarp: fix test incorrectly assuming a recent-enough...
2015-09-09 darksujiMake behavior of $Carp::MaxArgNums match docs
2015-03-19 Ricardo SignesCarp: avoid hardcoded lines and filenames in test
2015-03-15 Ricardo SignesCarp: skip some tests of "$qr" on older perls
2015-03-15 Ricardo SignesCarp: correct precedence of ord and == in tests
2015-02-06 Karl WilliamsonGeneralize Carp for non-ASCII platforms
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
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 Zeframmore tests for $Carp::MaxArgLen
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 Zeframavoid Unicode warnings in Carp
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-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: add a test for top-of-stack longmess
2012-11-08 Jesse Luehrsfix Carp stacktraces after deleting a stash
2012-05-09 Craig A. BerrySkip Carp tests on VMS.
2012-04-20 Father Chrysostomos[perl #107636] Make Carp::longmess work inside die...
2012-02-07 Zeframin Carp, fix circular dep on Perl 5.6
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.t: Add tests for PL_last_in_gv
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