summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-07-02 03:09:04 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-07-02 03:09:04 +0000
commitad78e5492e8cc81959085c550786672cd0db9f47 (patch)
tree4b3cb574f363008ae752d8fa8e09b37fd9bd34aa /ext
parent28e1f846b855b70837afc0a54acecb5b653e99fc (diff)
downloadperl-ad78e5492e8cc81959085c550786672cd0db9f47.tar.gz
avoid warnings
p4raw-id: //depot/perl@3564
Diffstat (limited to 'ext')
-rw-r--r--ext/Thread/Thread/Specific.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Thread/Thread/Specific.pm b/ext/Thread/Thread/Specific.pm
index 9c8a66a9e6..46b9b60981 100644
--- a/ext/Thread/Thread/Specific.pm
+++ b/ext/Thread/Thread/Specific.pm
@@ -18,7 +18,7 @@ C<key_create> returns a unique thread-specific key.
sub import {
use attrs qw(locked method);
require fields;
- fields->import(@_);
+ fields::->import(@_);
}
sub key_create {