X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FObject.pm;h=b73ed3d16a407ce405d70b5df9a91dd3ee918940;hb=245478d5ee6b5343e4d591be811582963e177bef;hp=e36f0158ae18c72e3ccf166d7b07ecbd2cb41946;hpb=a88a4fdce31e54d735194add112ffc61b1b26e3f;p=gitmo%2FMoose.git diff --git a/lib/Moose/Object.pm b/lib/Moose/Object.pm index e36f015..b73ed3d 100644 --- a/lib/Moose/Object.pm +++ b/lib/Moose/Object.pm @@ -13,7 +13,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.18'; +our $VERSION = '1.19'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';