Attribute::Handlers: "my" should be "till"
authorFrederic Briere <fbriere@fbriere.net>
Thu, 25 Aug 2011 16:35:26 +0000 (09:35 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 25 Aug 2011 16:35:26 +0000 (09:35 -0700)
dist/Attribute-Handlers/lib/Attribute/Handlers.pm

index 06e8b49..36f6e2e 100644 (file)
@@ -445,7 +445,7 @@ For example, all of these:
 
     sub foo :Loud(till=>ears=>are=>bleeding) {...}
     sub foo :Loud(qw/till ears are bleeding/) {...}
-    sub foo :Loud(qw/my, ears, are, bleeding/) {...}
+    sub foo :Loud(qw/till, ears, are, bleeding/) {...}
     sub foo :Loud(till,ears,are,bleeding) {...}
 
 causes it to pass C<['till','ears','are','bleeding']> as the handler's