diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-25 13:37:29 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-25 13:37:29 +0100 |
commit | fafe5ad5a7e57ca14cd0844db173f3a4d6c9e8de (patch) | |
tree | 986df99d21cddd44a0a93e2048d8ad761dbc3865 /utils | |
parent | 321c358920f04a77dd5318e7d76f9526d684fd5c (diff) | |
download | perl-fafe5ad5a7e57ca14cd0844db173f3a4d6c9e8de.tar.gz |
Move Encode from ext/ to cpan/
Diffstat (limited to 'utils')
-rw-r--r-- | utils/enc2xs.PL | 2 | ||||
-rw-r--r-- | utils/piconv.PL | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/utils/enc2xs.PL b/utils/enc2xs.PL index ed55e4ece7..8e3bb35249 100644 --- a/utils/enc2xs.PL +++ b/utils/enc2xs.PL @@ -33,7 +33,7 @@ $Config{startperl} use File::Spec; -my $enc2xs = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "ext", "Encode", "bin"), "enc2xs"); +my $enc2xs = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "cpan", "Encode", "bin"), "enc2xs"); if (open(ENC2XS, $enc2xs)) { print OUT <ENC2XS>; diff --git a/utils/piconv.PL b/utils/piconv.PL index e7be984968..ca8a8cfb7e 100644 --- a/utils/piconv.PL +++ b/utils/piconv.PL @@ -33,7 +33,7 @@ $Config{startperl} use File::Spec; -my $piconv = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "ext", "Encode", "bin"), "piconv"); +my $piconv = File::Spec->catfile(File::Spec->catdir(File::Spec->updir, "cpan", "Encode", "bin"), "piconv"); if (open(PICONV, $piconv)) { print OUT <PICONV>; |