Package perl-Perl6-Junction: Information

    Source package: perl-Perl6-Junction
    Version: 1.40000-alt1.1
    Build time:  Nov 24, 2010, 12:18 PM
    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


    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
    Oct. 6, 2008 Igor Vlasenko 1.30000-alt1.1
    - NMU for unknown reason:
      the person above was too neglectant to add --changelog "- NMU: <reason>" option.