X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FMeta%2FClass.pm;h=2951ead33af0f8fd255a9b0ba5b6661251723ff5;hb=b6cca0d5690feec99436fe952315d5d4feeb9473;hp=f3fcf1cf7c47f47a2f1419e8c2b1a38ba7a0d5ea;hpb=f5cd643bffe1280e62135a354021c22564ca2b96;p=gitmo%2FMoose.git diff --git a/lib/Moose/Meta/Class.pm b/lib/Moose/Meta/Class.pm index f3fcf1c..2951ead 100644 --- a/lib/Moose/Meta/Class.pm +++ b/lib/Moose/Meta/Class.pm @@ -12,7 +12,7 @@ use List::Util qw( first ); use List::MoreUtils qw( any all uniq first_index ); use Scalar::Util 'weaken', 'blessed'; -our $VERSION = '1.13'; +our $VERSION = '1.14'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';