diff options
author | Florian Ragwitz <rafl@debian.org> | 2008-05-22 00:42:40 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2008-05-22 06:36:40 +0000 |
commit | 5488f21b4e96eb5767db7c9bb2d089d8a8c52e7a (patch) | |
tree | b5cf85ea6d664d82ea43b5e862a38969556b4044 /lib | |
parent | 8565890c866fc4b9562f5d1ac6f565c47d3a90df (diff) | |
download | perl-5488f21b4e96eb5767db7c9bb2d089d8a8c52e7a.tar.gz |
Documentation typo fix for Attribute::Handlers.
Message-Id: <1211402560-12949-1-git-send-email-rafl@debian.org>
p4raw-id: //depot/perl@33905
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Attribute/Handlers.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Attribute/Handlers.pm b/lib/Attribute/Handlers.pm index 6c7b3f5c4f..ab5dafc77d 100644 --- a/lib/Attribute/Handlers.pm +++ b/lib/Attribute/Handlers.pm @@ -686,7 +686,7 @@ module, then the following code: sub fn :Ugly(sister) :Omni('po',tent()) {...} my @arr :Good :Omni(s/cie/nt/); - my %hsh :Good(q/bye) :Omni(q/bus/); + my %hsh :Good(q/bye/) :Omni(q/bus/); would cause the following handlers to be invoked: |