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