summaryrefslogtreecommitdiff
path: root/cpan/Digest-SHA/t/allfcns.t
diff options
context:
space:
mode:
Diffstat (limited to 'cpan/Digest-SHA/t/allfcns.t')
-rw-r--r--cpan/Digest-SHA/t/allfcns.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Digest-SHA/t/allfcns.t b/cpan/Digest-SHA/t/allfcns.t
index 34cc803412..9f2a9ba534 100644
--- a/cpan/Digest-SHA/t/allfcns.t
+++ b/cpan/Digest-SHA/t/allfcns.t
@@ -3,7 +3,7 @@ use strict;
my $MODULE;
BEGIN {
- $MODULE = ($ENV{PERL_CORE} || -d "src") ? "Digest::SHA" : "Digest::SHA::PurePerl";
+ $MODULE = (-d "src") ? "Digest::SHA" : "Digest::SHA::PurePerl";
eval "require $MODULE" || die $@;
$MODULE->import(qw(
hmac_sha1 hmac_sha1_base64 hmac_sha1_hex