X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FDeprecated.pm;h=b82f99c113a265938ae2ce1fe9a4fa4d8d672a91;hb=d5d2fbb799207b6da4a57072e42fe3617d9f91b0;hp=7c19a07cae3420fa3d3d88600f966aafbf57782a;hpb=12017b3a3337e2d8721779256512d238a358a4aa;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Deprecated.pm b/lib/Class/MOP/Deprecated.pm index 7c19a07..b82f99c 100644 --- a/lib/Class/MOP/Deprecated.pm +++ b/lib/Class/MOP/Deprecated.pm @@ -3,7 +3,7 @@ package Class::MOP::Deprecated; use strict; use warnings; -our $VERSION = '1.06'; +our $VERSION = '1.07'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';