The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
WebService-Telnic

This set of perl modules provides an interface to the Tel Hosting SOAP API's
available at http://dev.telnic.org/pages/api_landing.html.

At the moment only part of the Client API is implemented.

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 WebService::Telnic

You can also look for information at:

    github, Public version control system
        http://github.com/pmakholm/telnic-perl/tree

    RT, CPAN's request tracker
        http://rt.cpan.org/NoAuth/Bugs.html?Dist=WebService-Telnic

    AnnoCPAN, Annotated CPAN documentation
        http://annocpan.org/dist/WebService-Telnic

    CPAN Ratings
        http://cpanratings.perl.org/d/WebService-Telnic

    Search CPAN
        http://search.cpan.org/dist/WebService-Telnic


COPYRIGHT AND LICENCE

Copyright (C) 2009 Peter Makholm

This program is free software; you can redistribute it and/or modify it
under the MIT license availablein the LICENSE file