Documentation typo fix for Attribute::Handlers.
Florian Ragwitz [Wed, 21 May 2008 22:42:40 +0000 (00:42 +0200)]
Message-Id: <1211402560-12949-1-git-send-email-rafl@debian.org>

p4raw-id: //depot/perl@33905

lib/Attribute/Handlers.pm

index 6c7b3f5..ab5dafc 100644 (file)
@@ -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: