X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FPackage.pm;h=23785e8486c78658a73250e7dc97f17c72cc7610;hb=52c685d33a36910371f8265346d0030934ba6b95;hp=ee16a45f281113d2d1a76e3c6660446438b458e4;hpb=0a61b5ea5ad211dda364b1eb99522e3dc0f3c20c;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Package.pm b/lib/Class/MOP/Package.pm index ee16a45..23785e8 100644 --- a/lib/Class/MOP/Package.pm +++ b/lib/Class/MOP/Package.pm @@ -7,7 +7,7 @@ use warnings; use Scalar::Util 'blessed'; use Carp 'confess'; -our $VERSION = '0.68'; +our $VERSION = '0.69'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';