NAME

XMLRPC::Lite::UpdatePing - send update-ping easily with XMLRPC::Lite

SYNOPSIS

 use XMLRPC::Lite::UpdatePing;

 my $your_rssfeeds = ( 'example1' => 'http://example.com/rss.xml',
                       'example2' => 'http://yet.another.com/rss2', );

 my $result = XMLRPC::Lite::UpdatePing->ping($your_rssfeeds);

DESCRIPTION

XMLRPC::Lite::UpdatePing is a Perl modules that you can send update-ping to ping servers so easily.

DEPENDENCIES

XMLRPC::Lite

SEE ALSO

XMLRPC::Lite

AUTHOR

Kazuhiro Sera, <webmaster@seratch.ath.cx>

COPYRIGHT AND LICENSE

Copyright (C) 2008 by Kazuhiro Sera

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.8 or, at your option, any later version of Perl 5 you may have available.