diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-02 17:33:25 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-02 17:33:25 +0100 |
commit | 0e455d2b24396ba08377dc3cf2d01e6db5f47048 (patch) | |
tree | ac0d833b978c038cbc86dcea3723c914d76ce9a7 /make_ext.pl | |
parent | e40af2cd52f725b7232b95358c8ac46377200939 (diff) | |
download | perl-0e455d2b24396ba08377dc3cf2d01e6db5f47048.tar.gz |
We don't actually need constant to bootstrap the nonxs extensions.
Diffstat (limited to 'make_ext.pl')
-rw-r--r-- | make_ext.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/make_ext.pl b/make_ext.pl index eac877f351..de26d8410a 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -28,7 +28,6 @@ my $is_Unix = !$is_Win32 && !$is_VMS; # This list cannot get any longer without overflowing the length limit for # environment variables on VMS my @toolchain = qw(cpan/AutoLoader/lib - ext/constant/lib cpan/Cwd cpan/Cwd/lib cpan/ExtUtils-Command/lib dist/ExtUtils-Install/lib |