From: Dave Rolsky Date: Sat, 15 Nov 2008 00:20:52 +0000 (+0000) Subject: The synopsis was a little goofy X-Git-Tag: 0.16~18 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=823a644185ad12573efd9db3847e1505265d7b18;p=gitmo%2FMooseX-AttributeHelpers.git The synopsis was a little goofy --- 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',