X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FObject.pm;h=ababe713e163070e61d8d08ac08916fc08eb43b2;hb=db1ab48de75becfef64963d235e88e663e2daaa2;hp=fe407ea38b3f1fe1fdf4b6c126fc5ea9642e0a5d;hpb=c244a9f4a8dc5ab199584265c761f4b85553a539;p=gitmo%2FMoose.git diff --git a/lib/Moose/Object.pm b/lib/Moose/Object.pm index fe407ea..ababe71 100644 --- a/lib/Moose/Object.pm +++ b/lib/Moose/Object.pm @@ -9,7 +9,7 @@ use metaclass 'Moose::Meta::Class'; use Carp 'confess'; -our $VERSION = '0.05'; +our $VERSION = '0.06'; sub new { my $class = shift;