bingos (author)
Wed Mar 04 15:18:04 -0800 2009
commit  8b97bc2065c27037d5546a7b3d06801261999ab6
tree    a32f0adc92f5fa08a45c037d2546deef8d6b45d1
parent  ea5212adaac0675430ea6374ac79d21bdd203d42
name age message
file Changes Loading commit data...
file LICENSE Mon Mar 02 15:02:28 -0800 2009 Final adjustments prior to release [bingos]
file MANIFEST
file Makefile.PL
file README
directory docs/ Sat Mar 29 15:38:05 -0700 2008 Add docs/isupport-draft.txt [hinrik]
directory examples/
directory lib/
directory t/
directory xt/
README
POE::Component::IRC README             
==========================

Table of Contents
------------------------

1.  Introduction
2.  Availability
3.  Prerequisites
4.  Installation
5.  Bugs and Wish List
6.  Disclaimer
7.  Copyright
8.  Developer Information



1. INTRODUCTION
---------------

POE::Component::IRC is a POE (Perl Object Environment) component
which provides a convenient way for POE applications to create a tiny
IRC client session and send and receive IRC events through it. If that
first sentence was a bit too much, go read the POE documentation over
and over until it makes some sense.


2. AVAILABILITY
---------------

The latest stable version of POE::Component::IRC will be available on
CPAN, in the directory /authors/id/B/BI/BINGOS/

The real bleeding-edge stuff is in the PoCo-IRC svn repository, which is
available at https://www.bingosnet.net/svn/pocoirc/


3. PREREQUISITES
----------------

POE. (Duh. :-)  Specifically, version 0.3202 or better.
Perl 5.6.0 or later is required.

POE::Component::Pluggable 1.06 or later is also needed.

If the module finds POE::Component::Client::DNS installed it
will use it to resolve the IP address of the servername given to connect.

POE::Component::SSLify is required for SSL links.

If you need IPv6 support, be sure to install Socket6.

4. INSTALLATION
---------------

Same as any other Perl module, right? Unpack the tarfile, cd into
the resulting POE-Component-IRC-whatever directory, and do this:

  perl Makefile.PL
  make
  make install

You can find sample code in the "examples" subdirectory of the distribution;
these scripts make a good template for your own bots, if you need one.


5. BUGS AND WISH LIST AND PATCHES
---------------------------------

To report bugs, email the maintainer or preferably
use http://rt.cpan.org/

Patches against the current CPAN distribution will be accepted.

6. DISCLAIMER
-------------

This module is provided "as is". If it makes your computer
explode, your hair fall out, your cat develop rabies, your house burn
down, whatever -- it's not our fault. Period. Ha ha, so there! :-)

Furthermore, note that this module is still under active
development. The author reserves the right to gratuitously break old
code for the good of the rest of mankind, although it's unlikely that
that sort of thing will happen often.


7. COPYRIGHT
------------

The copyright for POE::Component::IRC belongs to Dennis Taylor,
the poor bastard who wrote this thing up in the first place. It's
distributed under the same terms as Perl itself (that is, either the
Artistic License or GPL as you prefer). See the LICENSE file that
came with this distribution for the details.


8. DEVELOPER INFORMATION
------------------------

Current maintainers are Chris "BinGOs" Williams <chris@bingosnet.co.uk>
and Hinrik Örn Sigurðsson <hinrik.sig@gmail.com>

POE::Component::IRC was conceived and written by Dennis "fimmtiu"
Taylor, with piles of ideas and advice donated by Rocco "dngor"
Caputo, of POE fame, and Kevin "oznoid" Lenzo. Further testing,
support and encouragement were provided by the exceedingly tolerant
members of the EFnet channel #perl. Thanks to the following IRCers:

  Abys, for writing cool stuff and keeping me up-to-date on the bugs
  Addi, for testing and bug-hunting
  cherem, for constant motivational needling and prodding
  obvious, for spleen assistance
  stimps, for an excellent chili recipie
  and last but not least, my spleen! ("purl, spleen cheer!")

Apologies to anyone I forgot!

Check the Changes file for further contributors.