The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
AnyEvent-XMLRPC is a Perl Module.
Non-Blocking XMLRPC. Originally a AnyEvent implementation of Frontier.

0.03    Sun Aug  9 03:11:32 CST 2009
        Fix few bugs at the Typhon night.
        Now have common::sense required in Makefile.PL

0.02    Fri Aug  7 17:29:56 CST 2009
        Fix pod encoding and SYNOPSIS bug.

0.01    Fri Aug  7 11:01:38 CST 2009
        First version, released on an unsuspecting world.



INSTALLATION

To install this module, run the following commands:

	perl Makefile.PL
	make
	make test
	make install

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the
perldoc command.

    perldoc AnyEvent::XMLRPC

You can also look for information at:

    Git repository
        http://github.com/BlueT/AnyEvent-XMLRPC
    
    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=AnyEvent-XMLRPC

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/AnyEvent-XMLRPC

    CPAN Ratings
        http://cpanratings.perl.org/d/AnyEvent-XMLRPC

    Search CPAN
        http://search.cpan.org/dist/AnyEvent-XMLRPC


COPYRIGHT AND LICENCE

Copyright (C) 2009 BlueT - Matthew Lien - 練喆明

This program is free software; you can redistribute it and/or modify it
under the same terms as Perl itself.