summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorZefram <zefram@fysh.org>2011-09-03 00:54:36 +0100
committerZefram <zefram@fysh.org>2011-09-04 15:27:34 +0100
commit634ff085fbbf05cb775b782f4175b761595f6170 (patch)
tree0f71bbfc01c4ad1190f2fd7232767d4422593402 /MANIFEST
parent476b2fe140faa8717a42570d490ab58ffd66a0a3 (diff)
downloadperl-634ff085fbbf05cb775b782f4175b761595f6170.tar.gz
dual-life Carp
Make Carp portable to older Perl versions: * check minimum Perl version (5.6) at load time * use || instead of // * attempt downgrading to avoid loading Unicode tables when that might fail * check whether utf8::is_utf8() exists before calling it * lower IPC::Open3 version requirement in Carp tests
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST8
1 files changed, 4 insertions, 4 deletions
diff --git a/MANIFEST b/MANIFEST
index 81a5702545..a378831728 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -2918,6 +2918,10 @@ dist/B-Lint/lib/B/Lint/Debug.pm Adds debugging stringification to B::
dist/B-Lint/lib/B/Lint.pm Compiler Lint backend
dist/B-Lint/t/lint.t See if B::Lint works
dist/B-Lint/t/pluglib/B/Lint/Plugin/Test.pm See if B::Lint 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.t See if Carp works
dist/constant/lib/constant.pm For "use constant"
dist/constant/t/constant.t See if compile-time constants work
dist/constant/t/utf8.t Test Unicode constants under utf8 pragma
@@ -3464,10 +3468,6 @@ ext/B/t/terse.t See if B::Terse works
ext/B/t/walkoptree.t See if B::walkoptree (and friends) work
ext/B/t/xref.t See if B::Xref works
ext/B/typemap Compiler backend interface types
-ext/Carp/lib/Carp/Heavy.pm Error message retired workhorse
-ext/Carp/lib/Carp.pm Error message extension
-ext/Carp/Makefile.PL makefile writer for Carp
-ext/Carp/t/Carp.t See if Carp works
ext/Devel-Peek/Changes Data debugging tool, changelog
ext/Devel-Peek/Makefile.PL Data debugging tool, makefile writer
ext/Devel-Peek/Peek.pm Data debugging tool, module and pod