X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=ext%2Fattrs%2Fattrs.pm;h=483d14803e2be75ee7027d647b0ac200df68bef2;hb=e67426a489d5f4a242c5edc688e24e7e32e60c26;hp=f744e36c6680c1f3c300e3b59d5a5d53290b47e2;hpb=1d7c184104c076988718a01b77c8706aae05b092;p=p5sagit%2Fp5-mst-13.2.git diff --git a/ext/attrs/attrs.pm b/ext/attrs/attrs.pm index f744e36..483d148 100644 --- a/ext/attrs/attrs.pm +++ b/ext/attrs/attrs.pm @@ -1,7 +1,7 @@ package attrs; use XSLoader (); -$VERSION = "1.0"; +$VERSION = "1.01"; =head1 NAME @@ -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. @@ -31,7 +31,7 @@ C on a subroutine reference or name returns its list of attribute names. Notice that C is not exported. Valid attributes are as follows. -=over +=over 4 =item method