X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FCollection%2FList.pm;h=b81e56deef0a3d3c3fe48ca469f808780a0c4d8e;hb=refs%2Ftags%2F0.17;hp=3d23a8a1b966c1414fde5104bbc5c92026199865;hpb=b91f57afe2beaf8f2c49b42ea732c05332a8d04c;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Collection/List.pm b/lib/MooseX/AttributeHelpers/Collection/List.pm index 3d23a8a..b81e56d 100644 --- a/lib/MooseX/AttributeHelpers/Collection/List.pm +++ b/lib/MooseX/AttributeHelpers/Collection/List.pm @@ -2,7 +2,8 @@ package MooseX::AttributeHelpers::Collection::List; use Moose; -our $VERSION = '0.01'; +our $VERSION = '0.17'; +$VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; use MooseX::AttributeHelpers::MethodProvider::List; @@ -18,7 +19,8 @@ sub helper_type { 'ArrayRef' } no Moose; # register the alias ... -package Moose::Meta::Attribute::Custom::Collection::List; +package # hide me from search.cpan.org + Moose::Meta::Attribute::Custom::Collection::List; sub register_implementation { 'MooseX::AttributeHelpers::Collection::List' } @@ -45,7 +47,7 @@ MooseX::AttributeHelpers::Collection::List default => sub { [] }, provides => { map => 'map_options', - grep => 'fitler_options', + grep => 'filter_options', } ); @@ -81,7 +83,7 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2007 by Infinity Interactive, Inc. +Copyright 2007-2008 by Infinity Interactive, Inc. L