From: Jesse Luehrs Date: Sat, 5 Sep 2009 04:32:07 +0000 (-0500) Subject: fix curries syntax in synopsis (thanks greenbes) X-Git-Tag: 0.89_02~37 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=cb562ad2c35118855c6bdab4aa7db3e5f2395fd5;p=gitmo%2FMoose.git fix curries syntax in synopsis (thanks greenbes) --- diff --git a/lib/Moose/Meta/Attribute/Native.pm b/lib/Moose/Meta/Attribute/Native.pm index 799d61e..b6c2905 100644 --- a/lib/Moose/Meta/Attribute/Native.pm +++ b/lib/Moose/Meta/Attribute/Native.pm @@ -51,7 +51,7 @@ Moose::Meta::Attribute::Native - Extend your attribute interfaces ids_in_mapping => 'keys', get_mapping => 'get', set_mapping => 'set', - set_quantity => [ set => [ 'quantity' ] ], + set_quantity => [ set => 'quantity' ], }, );