X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FBool.pm;h=e8910bcc185c69baf9c395af88c4c3fb0b6f2ee1;hb=823a644185ad12573efd9db3847e1505265d7b18;hp=6ca6f477b907fbd693333cee931b05d866e1154b;hpb=53e73a93e7012f9fc1ce294e5c2063a5d31968da;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Bool.pm b/lib/MooseX/AttributeHelpers/Bool.pm index 6ca6f47..e8910bc 100644 --- a/lib/MooseX/AttributeHelpers/Bool.pm +++ b/lib/MooseX/AttributeHelpers/Bool.pm @@ -44,7 +44,7 @@ MooseX::AttributeHelpers::Bool has 'is_lit' => ( metaclass => 'Bool', is => 'rw', - isa => 'Int', + isa => 'Bool', default => sub { 0 }, provides => { set => 'illuminate',