X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FImmutable.pm;h=7b4ebe026cfea73c0999273bee8a34881ba38084;hb=421e6ebc64cb617e13f908e76538a8cc3c97ca8e;hp=d5e332a1251a90d4be870f29d864df32f54c4a51;hpb=dcbfe027c090a3cc999d7274e81198e7ab221710;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Immutable.pm b/lib/Class/MOP/Immutable.pm index d5e332a..7b4ebe0 100644 --- a/lib/Class/MOP/Immutable.pm +++ b/lib/Class/MOP/Immutable.pm @@ -9,7 +9,7 @@ use Class::MOP::Method::Constructor; use Carp 'confess'; use Scalar::Util 'blessed'; -our $VERSION = '0.64_06'; +our $VERSION = '0.64_07'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';