X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FObject.pm;h=dfc646a06a7d4bf9c3f54e3fe6924e9c8514e4c4;hb=8b5074ce1a5038824f1e1177cd00d1bcfec5a9fb;hp=cd87874a28ed648677c491b5a6f37f6f8961e261;hpb=549d1705e231156a7c275663e2e9954e6152eae7;p=gitmo%2FMoose.git diff --git a/lib/Moose/Object.pm b/lib/Moose/Object.pm index cd87874..dfc646a 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 = '0.96'; +our $VERSION = '0.97'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';