summaryrefslogtreecommitdiff
path: root/ext/attrs
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-22 16:48:58 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-22 16:48:58 +0000
commitda2094fd55cfc73caee2f71b349588c60a542297 (patch)
tree1c359d4da0b0db7b874f9a486370fc74078f61c0 /ext/attrs
parent4a338e520d9f750f715b7cab0bae2d650f3dfc9d (diff)
downloadperl-da2094fd55cfc73caee2f71b349588c60a542297.tar.gz
remove vestiges of older attribute syntax
p4raw-id: //depot/perl@5202
Diffstat (limited to 'ext/attrs')
-rw-r--r--ext/attrs/attrs.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/attrs/attrs.pm b/ext/attrs/attrs.pm
index f744e36c66..2070632558 100644
--- a/ext/attrs/attrs.pm
+++ b/ext/attrs/attrs.pm
@@ -20,7 +20,7 @@ attrs - set/get attributes of a subroutine (deprecated)
NOTE: Use of this pragma is deprecated. Use the syntax
- sub foo : locked, method { }
+ sub foo : locked method { }
to declare attributes instead. See also L<attributes>.