remove vestiges of older attribute syntax
[p5sagit/p5-mst-13.2.git] / ext / attrs / attrs.pm
index f744e36..2070632 100644 (file)
@@ -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>.