X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FPackage.pm;h=59848fc8839336980d1be7864908f8a916a14ee5;hb=2a755fe899a935b972c69fddcec98e565ed97177;hp=490ecc9583b2f0c065cae8c935542bf7a5e18d03;hpb=8a7085c1c895cd5a263fcf27224ea0999d65e704;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Package.pm b/lib/Class/MOP/Package.pm index 490ecc9..59848fc 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.64_04'; +our $VERSION = '0.64_05'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';