perl-Syntax-Keyword-Junction
Comparisons against multiple values
This is a lightweight module which provides 'Junction' operators, the most commonly used being 'any' and 'all'. Inspired by the Perl 6 design docs, https://web.archive.org/web/20230922160729/https://raku.org/archive/doc/des ign/exe/E06.html#The%20Wonderful%20World%20of%20Junctions. Provides a limited subset of the functionality of Quantum::Superpositions, see "SEE ALSO" for comment. Notice in the SYNOPSIS above, that if you want to match against a regular expression, you must use '==' or '!='. *Not* '=~' or '!~'. You must also use a regex object, such as 'qr/\d/', not a plain regex such as '/\d/'.
Artistic-1.0 OR GPL-1.0-or-later