X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FTypeConstraint%2FRole.pm;h=c37482d53bdc039a1351d2d729c2e1364147f8fd;hb=b2ad68e3fbe4016e354980a636c1ed39e941162a;hp=6bb8e88f0edffcb91c5cb37cf7d59c304fb38d88;hpb=d67ce58f8d57e240ded1f1ebdf262456ce2ff5be;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/TypeConstraint/Role.pm b/lib/Moose/Meta/TypeConstraint/Role.pm index 6bb8e88..c37482d 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.66'; +our $VERSION = '0.67'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';