Package perl-Perl6-Junction: Information
Source package: perl-Perl6-Junction
Version: 1.50000-alt1
Build time: Sep 25, 2012, 02:08 AM
Category: Development/Perl
Report package bugHome page: http://search.cpan.org/dist/Perl6-Junction/
License: Artistic
Summary: Perl6 style Junction operators in Perl5
Description:
This is a lightweight module which provides 'Junction' operators, the most commonly used being "any" and "all". Inspired by the Perl6 design docs, <http://dev.perl.org/perl6/doc/design/exe/E06.html>. 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/".
Maintainer: Michael Bochkaryov
Last changed
Sept. 24, 2012 Igor Vlasenko 1.50000-alt1
- automated CPAN update
Nov. 22, 2010 Igor Vlasenko 1.40000-alt1.1
- repair after perl 5.12 upgrade using girar-nmu
July 13, 2010 Igor Vlasenko 1.40000-alt1
- automated CPAN update