projects
/
gitmo/Moose.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
af8aae0
)
fix curries syntax in synopsis (thanks greenbes)
Jesse Luehrs [Sat, 5 Sep 2009 04:32:07 +0000 (23:32 -0500)]
lib/Moose/Meta/Attribute/Native.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/Moose/Meta/Attribute/Native.pm
b/lib/Moose/Meta/Attribute/Native.pm
index
799d61e
..
b6c2905
100644
(file)
--- 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' ],
},
);