X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose.pm;h=43432c2d70c7c8b1bbc359f2f2e2284225134761;hb=7176be9beca87b047f077bd71019e05b42e18713;hp=2c0022410da0441f493cce12c3d82137aa9435e7;hpb=82750a8aa67b0f6cd139537bef64162d7a7c4d52;p=gitmo%2FMoose.git diff --git a/lib/Moose.pm b/lib/Moose.pm index 2c00224..43432c2 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -6,7 +6,7 @@ use warnings; use 5.008; -our $VERSION = '0.62_01'; +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;