From: Dave Rolsky Date: Mon, 4 May 2009 16:38:56 +0000 (-0500) Subject: Actually require CMOP 0.83 in code, not just the Makefile.PL X-Git-Tag: 0.78~24 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=7bb57008a4656078e2e04c9ae047b8bb48d74396;p=gitmo%2FMoose.git Actually require CMOP 0.83 in code, not just the Makefile.PL --- diff --git a/lib/Moose.pm b/lib/Moose.pm index 942fea9..ac374a9 100644 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@ -12,7 +12,7 @@ use Carp 'confess'; use Moose::Exporter; -use Class::MOP 0.82_01; +use Class::MOP 0.83; use Moose::Meta::Class; use Moose::Meta::TypeConstraint;