X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FBool.pm;fp=lib%2FMooseX%2FAttributeHelpers%2FTrait%2FBool.pm;h=09a8081d39a4ba222b6a3ef3924c9acabd25afa1;hb=3ebd23e61a6d6f3c4dbda39e3b9d90c0b34d52c5;hp=7cec5557241f195b9bfa1e9d2683a04fd6cad7d0;hpb=f94676b6e7d8cee4cce2832fdcf0ee3901a48387;p=gitmo%2FMooseX-AttributeHelpers.git diff --git a/lib/MooseX/AttributeHelpers/Trait/Bool.pm b/lib/MooseX/AttributeHelpers/Trait/Bool.pm index 7cec555..09a8081 100644 --- a/lib/MooseX/AttributeHelpers/Trait/Bool.pm +++ b/lib/MooseX/AttributeHelpers/Trait/Bool.pm @@ -2,7 +2,7 @@ package MooseX::AttributeHelpers::Trait::Bool; use Moose::Role; use MooseX::AttributeHelpers::MethodProvider::Bool; -our $VERSION = '0.21'; +our $VERSION = '0.22'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';