Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use List::Util instead of List::MoreUtils #171

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

plicease
Copy link

Suggestion: use List::Util for any, all and unique, and replace zip with mesh instead of List::MoreUtils. The former comes bundled with Perl so it is fewer dependencies for a modern version of Perl, and as of 1.56 all of those functions are available in List::Util. mesh from List::Util works similar to zip from List::MoreUtils, except it doesn't rely on prototypes, so you pass array references instead. I also found a couple of places where the functions were imported but not used.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant