NAME
WaitReSS::Feeds - Collection of feeds
VERSION
version 0.002
SYNOPSIS
use WaitReSS::Feeds;
# $feeds is automatically available
my @feeds = $feeds->list;
DESCRIPTION
This class implements a collection of feeds. This list of feeds is unordered wrt the user classification.
METHODS
list
my @feeds = $feeds->list;
Return the list of feeds (WaitReSS::Feed objects) currently existing within WaitReSS.
register
$collection->register( $url );
Register $url
in the $collection
of feeds if it doesn't already exist.
AUTHOR
Jerome Quelin <jquelin@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2013 by Jerome Quelin.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.