X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FImmutable.pm;h=dfd33ae0d96062f95ca17f1477642867531a4fa9;hb=e7a64dadc404e79eef5d2524905292f82968e1c4;hp=e1493cbdfb24dc707ee0d0de74099f488cfc4e68;hpb=6b5ac420e48ce3b29d9fe53094954821508b2925;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Immutable.pm b/lib/Class/MOP/Immutable.pm index e1493cb..dfd33ae 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.71_02'; +our $VERSION = '0.77'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';