-
-
27 Nov 2008 04:41:40 UTC
- Distribution: List-Util-Superpositions
- Module version: 1.2
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (0)
- Testers (585 / 0 / 0)
- Kwalitee
Bus factor: 0- 100.00% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (4.01KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Exporter::Lite
- List::Util
- Quantum::Superpositions
- Test::More
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
List::Util::Superpositions - Provides 'any' and 'all' for lists
Version
Version 1.2
Synopsis
This module extends the methods provided by List::Util to offer the
any()
andall()
operators from Quantum::Superpositions as part of the List::Util feature set.use List::Util::Superpositions; my $foo = List::Util::Superpositions->new(); ...
Exports & Inheritances
Quantum::Superpositions
any
all
List::Util
first
max
maxstr
min
minstr
reduce
shuffle
sum
Author
Richard Soderberg,
<RSOD@cpan.org>
Story
It seemed handy to link Quantum::Superpositions into List::Util, after a discussion in IRC triggered the thought. I'm reasonably sure I didn't cover all the possible List::Util exports, and there's got to be a more generic way to do it -- perhaps using @EXPORT_OK.
Bugs
Please report any bugs or feature requests to
bug-List-Util-Superpositions@rt.cpan.org
, or through the web interface at http://rt.cpan.org. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.Copyright & License
Copyright 2004, 2008 Richard Soderberg, All Rights Reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
Module Install Instructions
To install List::Util::Superpositions, copy and paste the appropriate command in to your terminal.
cpanm List::Util::Superpositions
perl -MCPAN -e shell install List::Util::Superpositions
For more information on module installation, please visit the detailed CPAN module installation guide.