diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 16:48:58 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2000-02-22 16:48:58 +0000 |
commit | da2094fd55cfc73caee2f71b349588c60a542297 (patch) | |
tree | 1c359d4da0b0db7b874f9a486370fc74078f61c0 /ext/attrs | |
parent | 4a338e520d9f750f715b7cab0bae2d650f3dfc9d (diff) | |
download | perl-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.pm | 2 |
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>. |