From: Dave Rolsky Date: Mon, 28 Jul 2008 13:58:26 +0000 (+0000) Subject: merge from trunk in order to get all tests passing or marked TODO X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c66dc93cdb25b3b2fde2a8f17b8f78e4125d4001;p=gitmo%2FMoose.git merge from trunk in order to get all tests passing or marked TODO --- c66dc93cdb25b3b2fde2a8f17b8f78e4125d4001 diff --cc lib/Moose.pm index 5c7655f,99676ca..fc9d460 --- a/lib/Moose.pm +++ b/lib/Moose.pm @@@ -10,10 -10,9 +10,10 @@@ our $AUTHORITY = 'cpan:STEVAN' use Scalar::Util 'blessed'; use Carp 'confess', 'croak', 'cluck'; +use List::MoreUtils qw( first_index ); use Sub::Exporter; - use Class::MOP; + use Class::MOP 0.64; use Moose::Meta::Class; use Moose::Meta::TypeConstraint;