X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FObject.pm;h=36f4bf3cf693fdd5d151bd8311ba9985a4f9246d;hb=db236a63c00371129c2254251aaa1408f044cd89;hp=681ede0243fa20e5a0a9eb9a310b46d0801ee63b;hpb=7409b1dfe24ce3d80254b2967024a834bbf37de3;p=gitmo%2FMoose.git diff --git a/lib/Moose/Object.pm b/lib/Moose/Object.pm index 681ede0..36f4bf3 100644 --- a/lib/Moose/Object.pm +++ b/lib/Moose/Object.pm @@ -12,7 +12,7 @@ use Try::Tiny (); use if ( not our $__mx_is_compiled ), 'Moose::Meta::Class'; use if ( not our $__mx_is_compiled ), metaclass => 'Moose::Meta::Class'; -our $VERSION = '1.09'; +our $VERSION = '1.10'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';