X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FDeprecated.pm;h=7d0724833185ffaee5bc94141285b4ae10df75a7;hb=ec52b37ad0cba41a9770c8971ee16f54bbfdfc89;hp=9b4b04e6c43387f1691706fbea73112721e0ba2f;hpb=85d282088dae540a1474bdc29d03a2314959bf67;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Deprecated.pm b/lib/Class/MOP/Deprecated.pm index 9b4b04e..7d07248 100644 --- a/lib/Class/MOP/Deprecated.pm +++ b/lib/Class/MOP/Deprecated.pm @@ -6,7 +6,7 @@ use warnings; use Carp qw( cluck ); use Scalar::Util qw( blessed ); -our $VERSION = '0.96'; +our $VERSION = '0.97'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';