NAME
XMLRPC::Lite::UpdatePing - send update ping easily with XMLRPC::Lite
SYNOPSIS
my
$client
= XMLRPC::Lite::UpdatePing->new();
->ping(
$your_rssfeeds
);
DESCRIPTION
XMLRPC::Lite::UpdatePing is a Perl modules that you can send update-ping to ping servers so easily.
You can send update ping to the following ping servers by default.
METHODS
- new()
-
my
$client
= XMLRPC::Lite::UpdatePing->new();
Create and return a new XMLRPC::Lite::UpdatePing object.
- add_ping_server($url)
-
Add a new ping server to the list of target ping servers and return self object.
- setup_ping_servers(\@url)
-
$client
->setup_ping_servers(
$ping_servers
);
Set a new list of ping servers instead of the default list and return self object.
- ping(\%feed_url)
-
my
$result
=
$client
->ping(
$your_rssfeeds
);
Send update ping requests to the ping servers and return a result string.
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.
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 157:
You forgot a '=back' before '=head1'