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=a79244e17b690f4a58b6c507405a5cf253d1836a;hpb=67f694add1dd6c3c8d78a7aa991e65ff71dd1395;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Deprecated.pm b/lib/Class/MOP/Deprecated.pm index a79244e..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.04'; +our $VERSION = '1.06'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';