============================================================================== Release of version 1.03 of Quantum::Superpositions ============================================================================== NAME Quantum::Superpositions - QM-like superpositions for Perl DESCRIPTION The Quantum::Superpositions module provides a new scalar data structure: the superposition. In a metaphor drawn from quantum mechanics, superpositions store a collection of values by overlaying them in parallel superimposed states within a single scalar variable. Which allows for cool stuff like: use Quantum::Superpositions; if ($x == any($a, $b, $c) { ... } while ($nextval < all(@thresholds) { ... } $max = any(@value) < all(@values); AUTHOR Damian Conway (damian@conway.org) COPYRIGHT Copyright (c) 1997-2000, Damian Conway. All Rights Reserved. This module is free software. It may be used, redistributed and/or modified under the terms of the Perl Artistic License (see http://www.perl.com/perl/misc/Artistic.html) ============================================================================== CHANGES IN VERSION 1.03 - Fixed argument passing to superimposed subroutines. ============================================================================== AVAILABILITY Quantum::Superpositions has been uploaded to the CPAN and is also available from: http://www.csse.monash.edu.au/~damian/CPAN/Quantum-Superpositions.tar.gz ==============================================================================