X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FAttribute%2FNative%2FTrait.pm;h=4394ac5060d69441e31fdd4fbbb5587d494751a0;hb=3eb89f709f04907580b508f821d6be2316fcb65f;hp=b6dd077580f5152d0ea5a8085a809e3f4924a315;hpb=eaf5a43ef108f6a9dce74c84afc25a892cffdfb1;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Attribute/Native/Trait.pm b/lib/Moose/Meta/Attribute/Native/Trait.pm index b6dd077..4394ac5 100644 --- a/lib/Moose/Meta/Attribute/Native/Trait.pm +++ b/lib/Moose/Meta/Attribute/Native/Trait.pm @@ -3,7 +3,7 @@ package Moose::Meta::Attribute::Native::Trait; use Moose::Role; use Moose::Util::TypeConstraints; -our $VERSION = '0.90'; +our $VERSION = '1.01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -34,9 +34,6 @@ has 'method_constructors' => ( }, ); -has '+default' => ( required => 1 ); -has '+type_constraint' => ( required => 1 ); - # methods called prior to instantiation before '_process_options' => sub { @@ -142,9 +139,11 @@ Moose::Meta::Attribute::Native::Trait - Base role for helpers =head1 BUGS -All complex software has bugs lurking in it, and this module is no -exception. If you find a bug please either email me, or add the bug -to cpan-RT. +See L for details on reporting bugs. + +=head1 SEE ALSO + +Documentation for Moose native traits starts at L =head1 AUTHORS