The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Net::PMP::CollectionDoc::Items - items from a Net::PMP::CollectionDoc

SYNOPSIS

 my $results = $pmp_client->search({ tag => 'foo' });
 my $items   = $results->get_items();
 # $items isa Net::PMP::CollectionDoc::Items

METHODS

as_array

Returns object as an array.

next

Standard iterator method. Returns the next Net::PMP::CollectionDoc::Item from the stack.

count

Returns integer indidating the number of Items returned so far via next().

reset

Re-initialize the iterator.

AUTHOR

Peter Karman, <karman at cpan.org>

BUGS

Please report any bugs or feature requests to bug-net-pmp at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-PMP. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Net::PMP::CollectionDoc::Items

You can also look for information at:

ACKNOWLEDGEMENTS

American Public Media and the Public Media Platform sponsored the development of this module.

LICENSE AND COPYRIGHT

Copyright 2013 American Public Media Group

See the LICENSE file that accompanies this module.