X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FImmutable.pm;h=adceb08b06d15d4219497e5a5d3396e86a1b7448;hb=8a7085c1c895cd5a263fcf27224ea0999d65e704;hp=f2a17516e098402a5ad9980866925262a193e4ab;hpb=d519662a06488c8d15eecbb2858f9bad58986731;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Immutable.pm b/lib/Class/MOP/Immutable.pm index f2a1751..adceb08 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_01'; +our $VERSION = '0.64_04'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';