Package perl-Perl6-Junction: Information

    Source package: perl-Perl6-Junction
    Version: 1.60000-alt1
    Build time:  Aug 28, 2013, 02:00 AM
    Category: Development/Perl
    Report package bug
    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/".

    List of rpms provided by this srpm:
    perl-Perl6-Junction (noarch)

    Maintainer: Michael Bochkaryov

    List of contributors:
    Igor Vlasenko
    Michael Bochkaryov

      1. perl-devel

    Last changed


    Aug. 27, 2013 Igor Vlasenko 1.60000-alt1
    - automated CPAN update
    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