diff options
author | Zefram <zefram@fysh.org> | 2013-08-21 23:43:20 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2013-08-21 23:49:48 +0100 |
commit | d5dcec3a2d59e371062ff5b9430ca9be9eaf3b66 (patch) | |
tree | 341324e385ee623fe0687f686c730046e44b7f00 /MANIFEST | |
parent | ed3803055ee53367e2749347d7516245e1944e20 (diff) | |
download | perl-d5dcec3a2d59e371062ff5b9430ca9be9eaf3b66.tar.gz |
avoid Unicode warnings in Carp
Only affects operation on old Perl versions. Some special-case hackery
required for compatibility with old warnings.pm that eagerly loads Carp.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -2982,6 +2982,8 @@ 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/baduni.t See if Carp handles non-char Unicode +dist/Carp/t/baduni_warnings.t See if Carp handles non-char Unicode when loaded via warnings.pm 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 |