Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37045662
en ru br
ALT Linux repos
S:1.60000-alt1
5.0: 1.30000-alt1.1

Group :: Development/Perl
RPM: perl-Perl6-Junction

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Current version: 1.60000-alt1
Build date: 27 august 2013, 21:21 ( 552.4 weeks ago )
Size: 11.18 Kb

Home 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.ht…;.

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/".

Current maintainer: Michael Bochkaryov

List of contributors

List of rpms provided by this srpm:

  • perl-Perl6-Junction
ACL:
     
    design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
    current maintainer: Michael Shigorin