X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FDeprecated.pm;h=7c19a07cae3420fa3d3d88600f966aafbf57782a;hb=e41d1dd685584e6461d9198a9478404025022e29;hp=ec1293e372719ca7d969358d26bf2dee876e0e9c;hpb=511d8db8ed5c1b663008d7c31a2fa6b96ce50c0e;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Deprecated.pm b/lib/Class/MOP/Deprecated.pm index ec1293e..7c19a07 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.05'; +our $VERSION = '1.06'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';