X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose.pm;h=6c48b606dd00d51ffc61d01292341ce838903e55;hb=fd542f49cbac7f7834f454ee9b4ec9a15fe5d13b;hp=ca5ac152bd4b4db8f84bdedc38978420b0bfab13;hpb=2a5e59d0b0d49d5f97815f70443783d288cee8c7;p=gitmo%2FMoose.git diff --git a/lib/Moose.pm b/lib/Moose.pm index ca5ac15..6c48b60 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -4,7 +4,7 @@ package Moose; use strict; use warnings; -our $VERSION = '0.37'; +our $VERSION = '0.39'; our $AUTHORITY = 'cpan:STEVAN'; use Scalar::Util 'blessed', 'reftype'; @@ -164,7 +164,7 @@ use Moose::Util (); make_immutable => sub { my $class = $CALLER; return subname 'Moose::make_immutable' => sub { - $class->meta->make_immutable(@_) + $class->meta->make_immutable(@_); }; }, confess => sub {