diff options
author | Florian Ragwitz <rafl@debian.org> | 2011-02-25 18:30:18 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2011-02-25 18:30:18 +0100 |
commit | c34a735eb8190cd7cf9d4956d849b2f0d91d397d (patch) | |
tree | c3a0d80a9ceb611dd2e16da95197f8eb08470dba /cpan/Tie-RefHash/t/threaded.t | |
parent | ee999586fe75fe0bba44247626493f792df9697a (diff) | |
download | perl-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.t | 2 |
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 { |