| Revision: | 1.1 |
| Committed: | Sun Jul 16 02:09:12 2006 UTC (20 years, 2 months ago) by elmex |
| Branch: | MAIN |
| Log Message: | initial checkin |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | elmex | 1.1 | NAME |
| 2 | Net::IRC3 - An IRC Protocol module which is event system independend | ||
| 3 | |||
| 4 | VERSION | ||
| 5 | Version 0.01 | ||
| 6 | |||
| 7 | SYNOPSIS | ||
| 8 | my $irc3 = new Net::IRC3; | ||
| 9 | |||
| 10 | my $con = $irc3->connect_server ("test.not.at.irc.net", 6667); | ||
| 11 | |||
| 12 | ... | ||
| 13 | |||
| 14 | AUTHOR | ||
| 15 | Robin Redeker, "<elmex@ta-sa.org>" | ||
| 16 | |||
| 17 | BUGS | ||
| 18 | Please report any bugs or feature requests to "bug-net-irc3 at | ||
| 19 | rt.cpan.org", or through the web interface at | ||
| 20 | <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Net-IRC3>. I will be | ||
| 21 | notified, and then you'll automatically be notified of progress on your | ||
| 22 | bug as I make changes. | ||
| 23 | |||
| 24 | SUPPORT | ||
| 25 | You can find documentation for this module with the perldoc command. | ||
| 26 | |||
| 27 | perldoc Net::IRC3 | ||
| 28 | |||
| 29 | You can also look for information at: | ||
| 30 | |||
| 31 | * AnnoCPAN: Annotated CPAN documentation | ||
| 32 | <http://annocpan.org/dist/Net-IRC3> | ||
| 33 | |||
| 34 | * CPAN Ratings | ||
| 35 | <http://cpanratings.perl.org/d/Net-IRC3> | ||
| 36 | |||
| 37 | * RT: CPAN's request tracker | ||
| 38 | <http://rt.cpan.org/NoAuth/Bugs.html?Dist=Net-IRC3> | ||
| 39 | |||
| 40 | * Search CPAN | ||
| 41 | <http://search.cpan.org/dist/Net-IRC3> | ||
| 42 | |||
| 43 | ACKNOWLEDGEMENTS | ||
| 44 | Thanks to Marc Lehmann for the new AnyEvent module! | ||
| 45 | |||
| 46 | COPYRIGHT & LICENSE | ||
| 47 | Copyright 2006 Robin Redker, all rights reserved. | ||
| 48 | |||
| 49 | This program is free software; you can redistribute it and/or modify it | ||
| 50 | under the same terms as Perl itself. | ||
| 51 |