Change 33905 by merijn@merijn-nb09 on 2008/05/22 06:36:40
Subject: [PATCH] Documentation typo fix for Attribute::Handlers.
From: Florian Ragwitz <rafl@debian.org>
Date: Wed, 21 May 2008 22:42:40 +0200
Message-Id: <1211402560-12949-1-git-send-email-rafl@debian.org>
Affected files ...
... //depot/perl/lib/Attribute/Handlers.pm#38 edit
Differences ...
==== //depot/perl/lib/Attribute/Handlers.pm#38 (text) ====
Index: perl/lib/Attribute/Handlers.pm
--- perl/lib/Attribute/Handlers.pm#37~32598~ 2007-12-08 15:28:41.000000000 -0800
+++ perl/lib/Attribute/Handlers.pm 2008-05-21 23:36:40.000000000 -0700
@@ -686,7 +686,7 @@
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:
End of Patch.