diff options
author | Zefram <zefram@fysh.org> | 2011-08-31 20:59:01 +0100 |
---|---|---|
committer | Zefram <zefram@fysh.org> | 2011-09-04 15:27:34 +0100 |
commit | 476b2fe140faa8717a42570d490ab58ffd66a0a3 (patch) | |
tree | 26deefca78bf9d38bb5657d132dda32005ada54f /write_buildcustomize.pl | |
parent | e2d73a187ae89e218e7afbba96e00e1370ab2240 (diff) | |
download | perl-476b2fe140faa8717a42570d490ab58ffd66a0a3.tar.gz |
move Carp to ext/Carp, preparing for dual-lifing
Diffstat (limited to 'write_buildcustomize.pl')
-rw-r--r-- | write_buildcustomize.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/write_buildcustomize.pl b/write_buildcustomize.pl index 0508e27226..24c767c451 100644 --- a/write_buildcustomize.pl +++ b/write_buildcustomize.pl @@ -18,6 +18,7 @@ require File::Spec::Functions; # allow miniperl to build everything else. my @toolchain = qw(cpan/AutoLoader/lib + ext/Carp/lib dist/Cwd dist/Cwd/lib dist/ExtUtils-Command/lib dist/ExtUtils-Install/lib |