POE-Component-Client-opentick

This module provides a POE component for connectivity to the /opentick/ open
tick data feeds provided at http://www.opentick.com/.

Most of the documentation is found in the various modules in POD format.
This is just a boilerplate README file.

INSTALLATION

This module follows the standard Perl module installation steps of:

	perl Makefile.PL
	make
	make test
	make install

NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE

Due to the way the test for output is written, it may fail on perl <= 5.6.2.
The modules themselves will still likely work if you force the installation.

Consider upgrading.  5.6.x is over 6 years old.

SUPPORT AND DOCUMENTATION

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

    perldoc POE::Component::Client::opentick

You can also look for information at:

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=POE-Component-Client-opentick

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/POE-Component-Client-opentick

    CPAN Ratings
        http://cpanratings.perl.org/d/POE-Component-Client-opentick

    Search CPAN
        http://search.cpan.org/dist/POE-Component-Client-opentick


COPYRIGHT AND LICENCE

Copyright (C) 2008 Jason McManus (INFIDEL)

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

