X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FCollection%2FList.pm;h=14dcd14cb9950364b2b3dec22f771f77c52ac7a6;hb=2e74144c8801485e5c33fdcdcbee9f7d882c1a3a;hp=bd677e8bc36255ba5b126e6ec249dba423b6d6ad;hpb=cf0d1310362a7607e8baf57dacd9e04843de0780;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Collection/List.pm b/lib/MooseX/AttributeHelpers/Trait/Collection/List.pm index bd677e8..14dcd14 100644 --- a/lib/MooseX/AttributeHelpers/Trait/Collection/List.pm +++ b/lib/MooseX/AttributeHelpers/Trait/Collection/List.pm @@ -2,7 +2,7 @@ package MooseX::AttributeHelpers::Trait::Collection::List; use Moose::Role; -our $VERSION = '0.17'; +our $VERSION = '0.23'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -21,14 +21,6 @@ sub helper_type { 'ArrayRef' } no Moose::Role; -# register the alias ... -package # hide me from search.cpan.org - Moose::Meta::Attribute::Custom::Trait::Collection::List; -sub register_implementation { - 'MooseX::AttributeHelpers::Trait::Collection::List' -} - - 1; __END__ @@ -88,7 +80,7 @@ Stevan Little Estevan@iinteractive.comE =head1 COPYRIGHT AND LICENSE -Copyright 2007-2008 by Infinity Interactive, Inc. +Copyright 2007-2009 by Infinity Interactive, Inc. L