Data-ResultSet
view release on metacpan or search on metacpan
lib/Data/ResultSet.pm view on Meta::CPAN
Generated method that returns all objects for which METHOD returns true.
=head2 get_not_METHOD ( )
Generated method that returns all objects for which METHOD returns false.
=head1 INCOMPATIBILITIES
There are no known incompatibilities with this module.
=head1 BUGS AND LIMITATIONS
=over 4
=item *
The methods being wrapped shouldn't be anything more than simple
accessors. They will get called an arbitrary number of times, so doing
any real work, particularly anything that changes state or has
side-effects, is a bad idea.
( run in 0.239 second using v1.01-cache-2.11-cpan-fd5d4e115d8 )