Data-ResultSet

Data::ResultSet is a container object for aggregating and examining multiple results. It allows multiple result objects matching the same method signature to be returned as a single object that can then be queried for success or failure in a number of ways.

INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc Data::ResultSet

You can also look for information at:

Search CPAN

http://search.cpan.org/dist/Data-ResultSet

CPAN Request Tracker:

http://rt.cpan.org/NoAuth/Bugs.html?Dist=Data-ResultSet

AnnoCPAN, annotated CPAN documentation:

http://annocpan.org/dist/Data-ResultSet

CPAN Ratings:

http://cpanratings.perl.org/d/Data-ResultSet

COPYRIGHT AND LICENCE

Copyright (C) 2007 Dave O'Neill

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