public
Description:
Homepage:
Clone URL: git://github.com/walf443/xircd.git
xircd /
name age message
file .shipit Wed Jul 02 09:52:27 -0700 2008 Checking in changes prior to tagging of version... [kan]
file Changes Wed Jul 02 09:52:27 -0700 2008 Checking in changes prior to tagging of version... [kan]
file MANIFEST Wed Jul 02 09:52:27 -0700 2008 Checking in changes prior to tagging of version... [kan]
file MANIFEST.SKIP Wed Feb 20 18:52:41 -0800 2008 initial import XIRCD(Pluggable IRC Gateway(Serv... [kan]
file Makefile.PL Loading commit data...
file README Wed Feb 20 18:52:41 -0800 2008 initial import XIRCD(Pluggable IRC Gateway(Serv... [kan]
file TODO Mon Jun 16 11:55:53 -0700 2008 use MooseX::Daemonize git-svn-id: http://svn.c... [kan]
file config.yaml.sample
directory lib/
directory t/
file xircd
README
This is Perl module XIRCD.

INSTALLATION

XIRCD installation is straightforward. If your CPAN shell is set up,
you should just be able to do

    % cpan XIRCD

Download it, unpack it, then build it as per the usual:

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

XIRCD documentation is available as in POD. So you can do:

    % perldoc XIRCD

to read the documentation online with your favorite pager.

Kan Fushihara