X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FClass.pm;h=9e3e1dff8d3d95995f50cf22f1c659bb95a1b1b0;hb=df8260e9a27a9d7532a21525223975fcf8e26562;hp=cf96ec8b8975b214326e31dd266c07ad76e802bf;hpb=670f22707ddd247f7adf0dc8723bdc72d060f0fc;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index cf96ec8..9e3e1df 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -11,7 +11,7 @@ use List::Util qw( first ); use List::MoreUtils qw( any all uniq ); use Scalar::Util 'weaken', 'blessed'; -our $VERSION = '0.62_02'; +our $VERSION = '0.63'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';