public
Description: See example
Homepage:
Clone URL: git://github.com/typester/anyevent-chatpad-perl.git
README
This is Perl module AnyEvent::WWW::ChatPad.

INSTALLATION

AnyEvent::WWW::ChatPad installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan AnyEvent::WWW::ChatPad

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

AnyEvent::WWW::ChatPad documentation is available as in POD. So you can do:

    % perldoc AnyEvent::WWW::ChatPad

to read the documentation online with your favorite pager.

Daisuke Murase