Implemented List::sort and Array::sort_in_place. Added basic tests and pod.
authorBruno Vecchi <vecchi.b@gmail.com>
Sun, 18 Jan 2009 12:58:14 +0000 (12:58 +0000)
committerBruno Vecchi <vecchi.b@gmail.com>
Sun, 18 Jan 2009 12:58:14 +0000 (12:58 +0000)
commit80894c0a1ffbfc88044d53124bdd663cbd781faa
treeb333b4c1758b754c2cd6ca42ef9158d2c367ef23
parentb290a465387566d590f2093eb8efd3646c17e4bb
Implemented List::sort and Array::sort_in_place. Added basic tests and pod.
lib/MooseX/AttributeHelpers/MethodProvider/Array.pm
lib/MooseX/AttributeHelpers/MethodProvider/List.pm
t/002_basic_array.t
t/005_basic_list.t