This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make $' work past the 2**31 threshold
[perl5.git] / utils / shasum.PL
index 51e6ead..852e6d2 100644 (file)
@@ -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)) {