X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FDeprecated.pm;h=ec1293e372719ca7d969358d26bf2dee876e0e9c;hb=db130c70dd57d254d55a30d0a6c58df44505ce8a;hp=a79244e17b690f4a58b6c507405a5cf253d1836a;hpb=9fcd76fdf3de5a03e208417f4fe63741d5859e90;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Deprecated.pm b/lib/Class/MOP/Deprecated.pm index a79244e..ec1293e 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.05'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';