NAME ==== List::SomeUtils - Port of Perl's List::SomeUtils 0.56 SYNOPSIS ======== # import specific functions use List::SomeUtils ; if any { /foo/ }, uniq @has_duplicates { # do stuff } # import everything use List::SomeUtils ':all'; DESCRIPTION =========== List::SomeUtils is a functional copy of [List::MoreUtils](List::MoreUtils). As for the reasons of its existence, please check the documentation of the Perl version. AUTHOR ====== Elizabeth Mattijsen Source can be located at: https://github.com/lizmat/List-SomeUtils . Comments and Pull Requests are welcome. COPYRIGHT AND LICENSE ===================== Copyright 2018-2019 Elizabeth Mattijsen This library is free software; you can redistribute it and/or modify it under the Artistic License 2.0.