From 78973a2c8c4a2e009d02b13655fa9531e16234db Mon Sep 17 00:00:00 2001 From: Frederic Briere Date: Thu, 25 Aug 2011 09:35:26 -0700 Subject: [PATCH] Attribute::Handlers: "my" should be "till" --- dist/Attribute-Handlers/lib/Attribute/Handlers.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm index 06e8b49..36f6e2e 100644 --- a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm +++ b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm @@ -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 -- 2.7.4