X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FMoose.pm;h=02e70000b15a9109f347ab30e036c4999433c832;hb=8de5717850eb1f406e5f71d2ccfac33c72cc490b;hp=ce94027e89fd49fb13d412b052d984ffcda0fcdd;hpb=113d3174264db82cb788bc846f617584072cba39;p=gitmo%2FMoose.git diff --git a/lib/Moose.pm b/lib/Moose.pm index ce94027..02e7000 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -4,7 +4,7 @@ use warnings; use 5.008; -our $VERSION = '0.91'; +our $VERSION = '0.92'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN'; @@ -13,7 +13,7 @@ use Carp 'confess'; use Moose::Exporter; -use Class::MOP 0.93; +use Class::MOP 0.94; use Moose::Meta::Class; use Moose::Meta::TypeConstraint;