summaryrefslogtreecommitdiff
path: root/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Attribute-Handlers/lib/Attribute/Handlers.pm')
-rw-r--r--dist/Attribute-Handlers/lib/Attribute/Handlers.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Attribute-Handlers/lib/Attribute/Handlers.pm b/dist/Attribute-Handlers/lib/Attribute/Handlers.pm
index 06e8b490bb..36f6e2e81c 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