Subject: | shuffle() should return an array ref |
shuffle() and any other List::Util function which returns a list should
be made to return an array ref. This is what autobox::Core does. It
allows chaining.
say %hash->keys->shuffle->join("\n");
This queue is for tickets about the autobox-List-Util CPAN distribution.
The Basics
People
|
Bug Information
|