Set::Toolkit
Version 0.01
This is the initial release of this module. Expect it to change.
The Set Toolkit intends to provide a broad, robust interface to sets of
data. Largely inspired by Set::Object, a default set from the Set Toolkit
should behave similarly enough to those created by Set::Object that
interchanging between the two is fairly easy and intuitive.
In addition to the set functionality already available around the CPAN,
the Set Toolkit provides the ability to perform fairly complex, chained
searches against the set, ordered and unordered considerations, as well
as the ability to enforce or relax a uniqueness constraint (enforced by
default).
INSTALLATION
To install this module, run the following commands:
perl Build.PL
./Build
./Build test
./Build install
SUPPORT AND DOCUMENTATION
After installing, you can find documentation for this module with the
perldoc command.
perldoc Set::Toolkit
You can also look for information at:
RT, CPAN's request tracker
AnnoCPAN, Annotated CPAN documentation
CPAN Ratings
Search CPAN
COPYRIGHT AND LICENCE
Copyright (C) 2010 Sir Robert Burbridge
This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.