summaryrefslogtreecommitdiff
path: root/t
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 /t
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 't')
-rw-r--r--t/porting/known_pod_issues.dat1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/porting/known_pod_issues.dat b/t/porting/known_pod_issues.dat
index 927d49f3be..bee98ef34a 100644
--- a/t/porting/known_pod_issues.dat
+++ b/t/porting/known_pod_issues.dat
@@ -135,6 +135,7 @@ YAML::Tiny
dist/bignum/lib/bigint.pm Apparent broken link 1
dist/bignum/lib/bignum.pm Apparent broken link 1
dist/bignum/lib/bigrat.pm Apparent broken link 1
+dist/carp/lib/carp.pm Apparent broken link 2
dist/constant/lib/constant.pm Apparent broken link 2
dist/cwd/lib/file/spec/vms.pm Verbatim line length including indents exceeds 79 by 1
dist/cwd/lib/file/spec/win32.pm Verbatim line length including indents exceeds 79 by 1