Subject: | doc problems |
Now the doc says $array->slice(@indices), but actually it should be $indices.
See
https://metacpan.org/source/ETHER/Moose-Autobox-0.16/lib/Moose/Autobox/Array.pm#L49
https://metacpan.org/source/ETHER/Moose-Autobox-0.16/lib/Moose/Autobox/Array.pm#L266
And, generically the doc of this library is not decent, for example a lot methods in https://metacpan.org/pod/Moose::Autobox::Hash do not even have function signitures documented.