summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-10-01 15:24:50 +0100
committerNicholas Clark <nick@ccl4.org>2009-10-01 15:24:50 +0100
commita8fcbca871bd80c3bc14d13fa544740e0753130c (patch)
treecb66a1541806745f6c6bc3287981355022a2d8e5 /utils
parentecc8f9b5bd267d61a5123473b7adecf7b311b530 (diff)
downloadperl-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.PL2
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)) {