diff options
author | Zefram <zefram@fysh.org> | 2011-09-03 00:54:36 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2011-09-04 15:27:34 +0100 |
commit | 634ff085fbbf05cb775b782f4175b761595f6170 (patch) | |
tree | 0f71bbfc01c4ad1190f2fd7232767d4422593402 /write_buildcustomize.pl | |
parent | 476b2fe140faa8717a42570d490ab58ffd66a0a3 (diff) | |
download | perl-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 'write_buildcustomize.pl')
-rw-r--r-- | write_buildcustomize.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl index 24c767c451..ee3eea572d 100644 --- a/write_buildcustomize.pl +++ b/write_buildcustomize.pl @@ -18,7 +18,7 @@ require File::Spec::Functions; # allow miniperl to build everything else. my @toolchain = qw(cpan/AutoLoader/lib - ext/Carp/lib + dist/Carp/lib dist/Cwd dist/Cwd/lib dist/ExtUtils-Command/lib dist/ExtUtils-Install/lib |