X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FRole.pm;h=82ec41a0025c2a78c6f352624b313b71c3a7383f;hb=f4cbcca146f48c91c74ae618f71895376fd338a4;hp=e2b5c45fa0ea78ff77ade2b4a81a948ded9875b7;hpb=975411b2bf1be090dae23dbbe996e36b2c87203a;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Role.pm b/lib/Moose/Meta/TypeConstraint/Role.pm index e2b5c45..82ec41a 100644 --- a/lib/Moose/Meta/TypeConstraint/Role.pm +++ b/lib/Moose/Meta/TypeConstraint/Role.pm @@ -7,7 +7,7 @@ use metaclass; use Scalar::Util 'blessed'; use Moose::Util::TypeConstraints (); -our $VERSION = '0.55_02'; +our $VERSION = '0.55_03'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';