X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FBase.pm;h=42b926901305066b2a4d92b401f9a5e837e195f1;hb=2e74144c8801485e5c33fdcdcbee9f7d882c1a3a;hp=9d3c79e13787b03ab8f02d675fe7ea5462a4fb66;hpb=3ebd23e61a6d6f3c4dbda39e3b9d90c0b34d52c5;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Base.pm b/lib/MooseX/AttributeHelpers/Trait/Base.pm index 9d3c79e..42b9269 100644 --- a/lib/MooseX/AttributeHelpers/Trait/Base.pm +++ b/lib/MooseX/AttributeHelpers/Trait/Base.pm @@ -3,7 +3,7 @@ package MooseX::AttributeHelpers::Trait::Base; use Moose::Role; use Moose::Util::TypeConstraints; -our $VERSION = '0.22'; +our $VERSION = '0.23'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -51,11 +51,6 @@ has 'method_constructors' => ( }, ); -# extend the parents stuff to make sure -# certain bits are now required ... -has '+default' => (required => 1); -has '+type_constraint' => (required => 1); - ## Methods called prior to instantiation sub process_options_for_provides {