X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FCollection%2FBag.pm;h=10d7e0a2ef6a67e47472ac22aa2acd83f5a4a788;hb=2e74144c8801485e5c33fdcdcbee9f7d882c1a3a;hp=43c12c898c2dd63e76ce12db5e32af221d7a29e5;hpb=4a0da5ad53122b59937c3ed68260422a74b7e2be;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm b/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm index 43c12c8..10d7e0a 100644 --- a/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm +++ b/lib/MooseX/AttributeHelpers/Trait/Collection/Bag.pm @@ -3,7 +3,7 @@ package MooseX::AttributeHelpers::Trait::Collection::Bag; use Moose::Role; use Moose::Util::TypeConstraints; -our $VERSION = '0.19'; +our $VERSION = '0.23'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -36,13 +36,6 @@ before 'process_options_for_provides' => sub { no Moose::Role; no Moose::Util::TypeConstraints; -# register the alias ... -package # hide me from search.cpan.org - Moose::Meta::Attribute::Custom::Trait::Collection::Bag; -sub register_implementation { - 'MooseX::AttributeHelpers::Trait::Collection::Bag' -} - 1; __END__