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

XML::FeedLite::Normalised

VERSION

$Revision: 1.4 $

SYNOPSIS

DESCRIPTION

SUBROUTINES/METHODS

entries - Data structure of processed feed entries

  my $hrEntries = $xfln->entries();

process_rss - Processor for RSS 1.0-format entries

  Used by X::FL::N::entries

  $xfln->process_rss([...]);

process_atom - Processor for Atom-format entries

  Used by X::FL::N::entries

  $xfln->process_atom([...]);

DIAGNOSTICS

CONFIGURATION AND ENVIRONMENT

DEPENDENCIES

INCOMPATIBILITIES

BUGS AND LIMITATIONS

AUTHOR

Roger Pettett, <rmp@psyphi.net>

LICENSE AND COPYRIGHT

Copyright (C) 2005 by Roger Pettett

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.4 or, at your option, any later version of Perl 5 you may have available.