X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FDeprecated.pm;h=a5c228d4832e77253d4bd0bf91692e2fbb35d277;hb=bd2550f8320262fe1ab10f6c0eedc960889d869f;hp=b82f99c113a265938ae2ce1fe9a4fa4d8d672a91;hpb=d5d2fbb799207b6da4a57072e42fe3617d9f91b0;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Deprecated.pm b/lib/Class/MOP/Deprecated.pm index b82f99c..a5c228d 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.07'; +our $VERSION = '1.12'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';