summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2013-08-21 23:43:20 +0100
committerZefram <zefram@fysh.org>2013-08-21 23:49:48 +0100
commitd5dcec3a2d59e371062ff5b9430ca9be9eaf3b66 (patch)
tree341324e385ee623fe0687f686c730046e44b7f00 /MANIFEST
parented3803055ee53367e2749347d7516245e1944e20 (diff)
downloadperl-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--MANIFEST2
1 files changed, 2 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 967359e4a7..d044f9fd21 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -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