X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FObject.pm;h=d1bdb7b6fe72f41b4f9d513086e9f8d9d1fd50cc;hb=5e133a80ad291b101c1109ffc424444f4f80fccb;hp=c395b60a400b3a88f5e75d5cbe0166790a6156b9;hpb=df8260e9a27a9d7532a21525223975fcf8e26562;p=gitmo%2FMoose.git diff --git a/lib/Moose/Object.pm b/lib/Moose/Object.pm index c395b60..d1bdb7b 100644 --- a/lib/Moose/Object.pm +++ b/lib/Moose/Object.pm @@ -7,7 +7,7 @@ use warnings; use if ( not our $__mx_is_compiled ), 'Moose::Meta::Class'; use if ( not our $__mx_is_compiled ), metaclass => 'Moose::Meta::Class'; -our $VERSION = '0.63'; +our $VERSION = '0.65'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';