aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Youri/Check/Resultset/Iterator.pm
blob: 56e7e9a6f881363507ed513e857f670d2fd37a6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $Id: Base.pm 483 2005-08-01 21:39:05Z guillomovitch $
package Youri::Check::Resultset::Iterator;

=head1 INSTANCE METHODS

=head2 has_results()

Returns true if results are available.

=head2 get_result()

Returns next available result, as an field => value hash reference.

=head1 COPYRIGHT AND LICENSE

Copyright (C) 2002-2006, YOURI project

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

=cut

1;