X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FClass%2FMOP%2FImmutable.pm;h=9b96087c5b0954d969326f6bdc1a943dc91b89d8;hb=f3ddcd1a0bcb963fc368a7f7fcbd1cf76c515ed0;hp=5f9018980591e0577f3d2a2bd48d11825aab11c7;hpb=8070dc896ef13da379eccbc619e3655da188a01d;p=gitmo%2FClass-MOP.git diff --git a/lib/Class/MOP/Immutable.pm b/lib/Class/MOP/Immutable.pm index 5f90189..9b96087 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.79'; +our $VERSION = '0.80'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';