diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-10-01 15:24:50 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-10-01 15:24:50 +0100 |
commit | a8fcbca871bd80c3bc14d13fa544740e0753130c (patch) | |
tree | cb66a1541806745f6c6bc3287981355022a2d8e5 /utils | |
parent | ecc8f9b5bd267d61a5123473b7adecf7b311b530 (diff) | |
download | perl-a8fcbca871bd80c3bc14d13fa544740e0753130c.tar.gz |
Move Digest::SHA from ext/ to cpan/
Move the shasum binary to the top level, to remove the need for a MAP entry in
Maintainers.PL
Diffstat (limited to 'utils')
-rw-r--r-- | utils/shasum.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/shasum.PL b/utils/shasum.PL index 06f5cfc30f..852e6d21b7 100644 --- a/utils/shasum.PL +++ b/utils/shasum.PL @@ -35,7 +35,7 @@ use File::Spec; my $script = File::Spec->catfile( File::Spec->catdir( - File::Spec->updir, qw[ext Digest-SHA bin] + File::Spec->updir, qw[cpan Digest-SHA] ), "shasum"); if (open(IN, $script)) { |