NAME
Web::Atom - Atom feed for web
VERSION
version 0.1.0
DESCRIPTION
Write your own plugin to parse webpage and then generate Atom feed.
SYNOPSIS
use Web::Atom;
my $feed = Web::Atom->new(p => 'Bank::Cathaybk::Creditbank');
$feed->id('http://feeds.hasname.com/feed/cathaybk.creditcard.atom');
print $feed->as_xml;
AUTHOR
Gea-Suan Lin, <gslin at gslin.org>
LICENSE AND COPYRIGHT
Copyright 2011 Gea-Suan Lin.
This software is released under 3-clause BSD license. See http://www.opensource.org/licenses/bsd-license.php for more information.