X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FTest%2FMoose.pm;h=72bb3123bf55c316cfe9f7b3bc4929645429a482;hb=82750a8aa67b0f6cd139537bef64162d7a7c4d52;hp=244d3ada64b48df484fdaeef3b4f034bdc6fd4f7;hpb=75b9541431131c67521bd1ec75df80c9707bd719;p=gitmo%2FMoose.git diff --git a/lib/Test/Moose.pm b/lib/Test/Moose.pm index 244d3ad..72bb312 100644 --- a/lib/Test/Moose.pm +++ b/lib/Test/Moose.pm @@ -8,7 +8,7 @@ use Test::Builder; use Moose::Util 'does_role', 'find_meta'; -our $VERSION = '0.55_01'; +our $VERSION = '0.62_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';