diff options
author | Darin McBride <dmcbride@cpan.org> | 2013-08-09 16:17:08 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2013-08-09 16:34:34 +1000 |
commit | b4bf645b3dc95fedce112cfc905ae1c368510923 (patch) | |
tree | 43b3b6780376c6242b26d31bbec114ae55e6a401 /MANIFEST | |
parent | 8b0411a93233d8cb7a83f946a7375b723a932b15 (diff) | |
download | perl-b4bf645b3dc95fedce112cfc905ae1c368510923.tar.gz |
Carp now handles objects with string overloads.
It also allows objects to specify how they appear in the stack dump with
a CARP_TRACE method, and also allows the user to specify their own
formatter for objects without CARP_TRACE as well as other references.
[perl #92446]
Minor fix, commit message reformatting and manifest update by Tony Cook.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2905,6 +2905,7 @@ dist/bignum/t/scope_r.t See if no bigrat works dist/Carp/lib/Carp/Heavy.pm Error message retired workhorse dist/Carp/lib/Carp.pm Error message extension dist/Carp/Makefile.PL makefile writer for Carp +dist/Carp/t/Carp_overload.t See if Carp handles overloads dist/Carp/t/Carp.t See if Carp works dist/Carp/t/heavy.t See if Carp::Heavy works dist/Carp/t/stash_deletion.t See if Carp handles stash deletion |