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