Added methods (~ verbatim from List::MoreUtils) to ::Native::MethodProvider::Array. attic/native-array-additions
authorScott Eisenberg <git@scotteisenberg.com>
Wed, 22 Sep 2010 05:51:41 +0000 (23:51 -0600)
committerunknown <Scott@.(none)>
Wed, 22 Sep 2010 05:59:20 +0000 (23:59 -0600)
commit27995925e9cfe08d6015fd69d0e7ae8c6cff8d4e
treed38d8925d25b34afd34e47c9e2df7abffc81c0cf
parentb6cca0d5690feec99436fe952315d5d4feeb9473
Added methods (~ verbatim from List::MoreUtils) to ::Native::MethodProvider::Array.

Methods added:
- find_after (List::MoreUtils::after)
- find_before (List::MoreUtils::before)
- find_after_incl (List::MoreUtils::after_incl(
- find_before_incl (List::MoreUtils::before_incl(
- insert_after (List::MoreUtils::insert_after)
- firstidx (List::MoreUtils::firstidx)
- lastidx (List::MoreUtils::lastidx)
- sort_in_place_start_end (sorts in place array slice, as specified by start/end arguments)
lib/Moose/Meta/Attribute/Native/MethodProvider/Array.pm