X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FPackage.pm;h=d7c8fa9822a1bf6a55bb5869a32a96272f6c30d8;hb=936e37acb41fce39498ffe721741bedf01ac818e;hp=586c90bb21ba5fdc0c3145ccbf545ac2594942b4;hpb=b7bdaeb4dabcafe91153b5c3000ebdbc30aa8114;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Package.pm b/lib/Class/MOP/Package.pm index 586c90b..d7c8fa9 100644 --- a/lib/Class/MOP/Package.pm +++ b/lib/Class/MOP/Package.pm @@ -8,7 +8,7 @@ use Scalar::Util 'blessed', 'reftype'; use Carp 'confess'; use Sub::Name 'subname'; -our $VERSION = '0.95'; +our $VERSION = '0.96'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';