develooper Front page | perl.perl5.porters | Postings from May 2008

[PATCH] Documentation typo fix for Attribute::Handlers.

Thread Next
From:
Florian Ragwitz
Date:
May 21, 2008 16:08
Subject:
[PATCH] Documentation typo fix for Attribute::Handlers.
Message ID:
1211402560-12949-1-git-send-email-rafl@debian.org
---
 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 6c7b3f5..ab5dafc 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:
-- 
1.5.5.1


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About