Subject: | Docu Bug in MooseX::AttributeHelpers::Bool |
The Synopsis of MooseX::AttributeHelpers::Bool contains the lines
===
has 'is_lit' => (
metaclass => 'Bool',
is => 'rw',
isa => 'Int',
===
The isa should have been 'Bool' too.