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

Remove need for 'uniq' not in macos list::util #241

Closed
tseemann opened this issue Oct 2, 2018 · 0 comments
Closed

Remove need for 'uniq' not in macos list::util #241

tseemann opened this issue Oct 2, 2018 · 0 comments
Assignees
Labels

Comments

@tseemann
Copy link
Owner

tseemann commented Oct 2, 2018

==> /usr/local/Cellar/snippy/4.2.1/bin/snippy-core --check
"uniq" is not exported by the List::Util module
Can't continue after import errors at /usr/local/Cellar/snippy/4.2.1/bin/snippy-core line 9.
BEGIN failed--compilation aborted at /usr/local/Cellar/snippy/4.2.1/bin/snippy-core line 9.
I forgot mac perl modules are ancient!

/usr/bin/perldoc List::Util
       use List::Util qw(first max maxstr min minstr reduce shuffle sum);
perldoc List::Util

        use List::Util qw(
          reduce any all none notall first

          max maxstr min minstr product sum sum0

          pairs unpairs pairkeys pairvalues pairfirst pairgrep pairmap

          shuffle uniq uniqnum uniqstr
        );
@tseemann tseemann self-assigned this Oct 2, 2018
tseemann added a commit that referenced this issue Oct 2, 2018
@tseemann tseemann closed this as completed Oct 2, 2018
@tseemann tseemann added the bug label Oct 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant