X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2Fattributes.pm;h=dfe892ac15162719cf76108bcfaebe4d9e60b4c8;hb=2c227d667bcf910e7fef2feea02fec7046f3cb13;hp=2dacd02751ec77bea6399d96197ff67a25554f48;hpb=1d2de774c9ccd6c17b728bf1c237fd74eb05416d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/lib/attributes.pm b/lib/attributes.pm index 2dacd02..dfe892a 100644 --- a/lib/attributes.pm +++ b/lib/attributes.pm @@ -1,6 +1,6 @@ package attributes; -our $VERSION = 0.05; +our $VERSION = 0.06; @EXPORT_OK = qw(get reftype); @EXPORT = (); @@ -261,7 +261,7 @@ This list may be empty. This method is called with two fixed arguments, followed by the list of attributes from the relevant declaration. The two fixed arguments are the relevant package name and a reference to the declared subroutine or -variable. The expected return value as a list of attributes which were +variable. The expected return value is a list of attributes which were not recognized by this handler. Note that this allows for a derived class to delegate a call to its base class, and then only examine the attributes which the base class didn't already handle for it.