Perl6::Junction

DESCRIPTION

Perl6 style Junction operators in Perl5.

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 L<Quantum::Superpositions>.

DOCUMENTATION

The documentation is in Junction.pm in the form of POD format perldocs.

INSTALLATION

To install this module type the following:

  perl Makefile.PL
  make
  make test
  make install

COPYRIGHT

Copyright 2005, Carl Franks.  All rights reserved.

This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.