============================================================================== Release of version 1.04 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 Steven Lembark (lembark@wrkhors.com) COPYRIGHT Copyright (c) 1997-2002, Steven Lembark. 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.04 - Added Makefile.pm PREREQ_PM for Class::Multimethods (yet again -- Arrrrrrrrggggghhhhhhhh!) - Added AUTOLOAD so it's now possible to call methods on superimposed objects - Patched around annoying changes in base.pm (thanks Jeremy) - Purged the Mad Dr. from sources, added mine (Evil Sidekick?). ============================================================================== AVAILABILITY Quantum::Superpositions has been uploaded to the CPAN. ==============================================================================