X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose.pm;h=43432c2d70c7c8b1bbc359f2f2e2284225134761;hb=7176be9beca87b047f077bd71019e05b42e18713;hp=41339660852c27004cbcf64e03282e83e12dc7ba;hpb=e1737edc1aeb23724d9da1fec93ed82e900d8e00;p=gitmo%2FMoose.git diff --git a/lib/Moose.pm b/lib/Moose.pm index 4133966..43432c2 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -6,7 +6,7 @@ use warnings; use 5.008; -our $VERSION = '0.62_02'; +our $VERSION = '0.63'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -15,7 +15,7 @@ use Carp 'confess', 'croak', 'cluck'; use Moose::Exporter; -use Class::MOP 0.71; +use Class::MOP 0.72; use Moose::Meta::Class; use Moose::Meta::TypeConstraint;