use MooseX::AttributeHelpers::Trait::Collection::Array;
use MooseX::AttributeHelpers::Trait::Collection::Hash;
use MooseX::AttributeHelpers::Trait::Collection::ImmutableHash;
+use MooseX::AttributeHelpers::Trait::Collection::Bag;
use MooseX::AttributeHelpers::Counter;
use MooseX::AttributeHelpers::Number;
default => 'MooseX::AttributeHelpers::MethodProvider::Bag'
);
-subtype 'Bag' => as 'HashRef[Int]';
+subtype 'Bag' => as 'HashRef[Int]'
+ unless find_type_constraint('Bag');
sub helper_type { 'Bag' }
This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.
-=cut
\ No newline at end of file
+=cut