X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FDeprecated.pm;h=93fc689426f443adafbf756892ae57991bcf7016;hb=4fbd4b9bca7c0d3fead3f42a49e3671a6e7fc54f;hp=76c0e741416b1761ed6a07050bbc65332f663af8;hpb=55743c1ae7c9a4e12c957ccdc7174594deb4d271;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Deprecated.pm b/lib/Class/MOP/Deprecated.pm index 76c0e74..93fc689 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.97_01'; +our $VERSION = '0.98'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';