X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FObject.pm;h=6f25d932e408cdc5779df9781be9892c5fc7d1b3;hb=3d24a30e079d69e9f605c0c98c8041dcb3119a62;hp=465361c202cde88a8939b706e2333adafdcd7dc3;hpb=6cde92b3c52848f42ac20937fce0aebc3c5e2325;p=gitmo%2FMoose.git diff --git a/lib/Moose/Object.pm b/lib/Moose/Object.pm index 465361c..6f25d93 100644 --- a/lib/Moose/Object.pm +++ b/lib/Moose/Object.pm @@ -9,7 +9,7 @@ use if ( not our $__mx_is_compiled ), metaclass => 'Moose::Meta::Class'; use Carp 'confess'; -our $VERSION = '0.55_04'; +our $VERSION = '0.56'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';