X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose%2FDeprecated.pm;h=5dd322ac7ee39d4ee90b870935d5a950c271d055;hb=55d05fb16429c2150b5337b1a0130ae334e129d0;hp=1894a27f1a0d937af813dd2670cb3c27634820e6;hpb=a1224bfcd884034efdee87d80f8779b62f6b2f9b;p=gitmo%2FMoose.git diff --git a/lib/Moose/Deprecated.pm b/lib/Moose/Deprecated.pm index 1894a27..5dd322a 100644 --- a/lib/Moose/Deprecated.pm +++ b/lib/Moose/Deprecated.pm @@ -3,7 +3,7 @@ package Moose::Deprecated; use strict; use warnings; -our $VERSION = '1.11'; +our $VERSION = '1.12'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';