The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

WaitReSS::Item - A RSS item

VERSION

version 0.002

DESCRIPTION

This class represents a simple RSS item.

ATTRIBUTES

title

The item title. Required.

The url (a string) to which the RSS item is pointing to. Required.

description

The item description, usually the whole article or a summary.

METHODS

id

    my $id = $item->id;

Return a unique identifier for the item. Internally, it's a MD5 sum of the url pointed by the item.

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.