X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FObject.pm;h=a0ed7e4bdb0c3c61c182fcab48eaa0f79ea14e57;hb=9409e92e75a6e1060eb3d0adcfc7965713d3d776;hp=06716d4a6ff0d8af49cbcf0d822544800365b839;hpb=722c9bcbe9633bbebe5b71773b8d8e574385b604;p=gitmo%2FMoose.git diff --git a/lib/Moose/Object.pm b/lib/Moose/Object.pm index 06716d4..a0ed7e4 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.71'; +our $VERSION = '0.72'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';