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

NAME

WaitReSS::Feeds - Collection of feeds

VERSION

version 0.004

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

    my $feed = $collection->register( $url );

Register $url in the $collection of feeds if it doesn't already exist. Return a WaitReSS feed.

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.