summaryrefslogtreecommitdiff
path: root/cpan/Tie-RefHash/t/threaded.t
diff options
context:
space:
mode:
authorFlorian Ragwitz <rafl@debian.org>2011-02-25 18:30:18 +0100
committerFlorian Ragwitz <rafl@debian.org>2011-02-25 18:30:18 +0100
commitc34a735eb8190cd7cf9d4956d849b2f0d91d397d (patch)
treec3a0d80a9ceb611dd2e16da95197f8eb08470dba /cpan/Tie-RefHash/t/threaded.t
parentee999586fe75fe0bba44247626493f792df9697a (diff)
downloadperl-c34a735eb8190cd7cf9d4956d849b2f0d91d397d.tar.gz
Upgrade Tie::RefHash from version 1.38 to 1.39
Diffstat (limited to 'cpan/Tie-RefHash/t/threaded.t')
-rw-r--r--cpan/Tie-RefHash/t/threaded.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpan/Tie-RefHash/t/threaded.t b/cpan/Tie-RefHash/t/threaded.t
index 7e4fa1a7f0..8767f97980 100644
--- a/cpan/Tie-RefHash/t/threaded.t
+++ b/cpan/Tie-RefHash/t/threaded.t
@@ -21,7 +21,7 @@ BEGIN {
}
if ( $Config{usethreads} and !$Config{use5005threads}
and defined(&Scalar::Util::weaken)
- and eval { require threads; "threads"->import }
+ and eval { require threads; threads->import; 1 }
) {
print "1..14\n";
} else {