projects
/
gitmo/MooseX-AttributeHelpers.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e801335
)
fixed a small typo
Jason May [Sun, 15 Jun 2008 04:04:59 +0000 (
04:04
+0000)]
lib/MooseX/AttributeHelpers/Collection/List.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/MooseX/AttributeHelpers/Collection/List.pm
b/lib/MooseX/AttributeHelpers/Collection/List.pm
index
bc62680
..
d32dcd4
100644
(file)
--- a/
lib/MooseX/AttributeHelpers/Collection/List.pm
+++ b/
lib/MooseX/AttributeHelpers/Collection/List.pm
@@
-46,7
+46,7
@@
MooseX::AttributeHelpers::Collection::List
default => sub { [] },
provides => {
map => 'map_options',
- grep => 'fitler_options',
+ grep => 'filter_options',
}
);