diff options
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>. |