Task::POE::IRC - Task to install all POE related IRC modules.


Task-POE-IRC documentation Contained in the Task-POE-IRC distribution.

Index


Code Index:

NAME

Top

Task::POE::IRC - Task to install all POE related IRC modules.

SYNOPSIS

Top

    perl -MCPANPLUS -e 'install Task::POE::IRC'

DESCRIPTION

Top

Task::POE::IRC - Task to install all POE related IRC modules and optional dependencies.

  POE 1.003

  POE::Component::Client::DNS 1.00

  POE::Component::IRC 5.88

  POE::Component::Server::IRC 1.32

LICENSE

Top

This is free software, released under the same terms as perl itself.

AUTHOR

Top

Chris BinGOs Williams <chris@bingosnet.co.uk>


Task-POE-IRC documentation Contained in the Task-POE-IRC distribution.

package Task::POE::IRC;

use strict;
use warnings;
our $VERSION = '1.12';

1;

__END__