From: Dave Rolsky Date: Wed, 2 Sep 2009 19:23:03 +0000 (-0500) Subject: Merge branch 'master' into topic/list_util_helpers X-Git-Tag: 0.89_02~51 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=950b481762f8bcdca828c2d3640a9bea27166ffa;p=gitmo%2FMoose.git Merge branch 'master' into topic/list_util_helpers Conflicts: lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm --- 950b481762f8bcdca828c2d3640a9bea27166ffa diff --cc lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm index 63e1b55,64975af..02ad650 --- a/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm +++ b/lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm @@@ -1,10 -1,7 +1,10 @@@ package Moose::Meta::Attribute::Native::MethodProvider::Array; use Moose::Role; +use List::Util; +use List::MoreUtils; + - our $VERSION = '0.89'; + our $VERSION = '0.89_01'; $VERSION = eval $VERSION; our $AUTHORITY = 'cpan:STEVAN';