The synopsis was a little goofy
[gitmo/MooseX-AttributeHelpers.git] / lib / MooseX / AttributeHelpers / Bool.pm
index 71d643d..e8910bc 100644 (file)
@@ -2,7 +2,8 @@ package MooseX::AttributeHelpers::Bool;
 use Moose;
 use MooseX::AttributeHelpers::MethodProvider::Bool;
 
-our $VERSION   = '0.12';
+our $VERSION   = '0.14';
+$VERSION = eval $VERSION;
 our $AUTHORITY = 'cpan:STEVAN';
 
 extends 'MooseX::AttributeHelpers::Base';
@@ -43,7 +44,7 @@ MooseX::AttributeHelpers::Bool
   has 'is_lit' => (
       metaclass => 'Bool',
       is        => 'rw',
-      isa       => 'Int',
+      isa       => 'Bool',
       default   => sub { 0 },
       provides  => {
           set     => 'illuminate',
@@ -74,6 +75,10 @@ basic math operations.
 
 =item B<method_constructors>
 
+=item B<has_method_provider>
+
+=item B<method_provider>
+
 =back
 
 =head1 PROVIDED METHODS