public
Description: perl flash media server
Homepage:
Clone URL: git://github.com/typester/kamaitachi.git
Click here to lend your support to: kamaitachi and make a donation at www.pledgie.com !
name age message
file .gitignore Tue Dec 02 01:39:41 -0800 2008 added ditz [Daisuke Murase]
file .shipit Tue Jun 10 07:38:52 -0700 2008 initial commit [Daisuke Murase]
file Changes Mon Dec 22 01:20:15 -0800 2008 Checking in changes prior to tagging of version... [typester]
file LICENSE Tue Jun 10 07:38:52 -0700 2008 initial commit [Daisuke Murase]
file MANIFEST Mon Dec 22 01:20:15 -0800 2008 Checking in changes prior to tagging of version... [typester]
file MANIFEST.SKIP Wed Dec 03 05:01:54 -0800 2008 added several dot files to MANIFEST.SKIP [typester]
file Makefile.PL Thu Dec 04 20:26:02 -0800 2008 forgot to add dependency Test::TCP [typester]
file README Tue Jun 10 07:38:52 -0700 2008 initial commit [Daisuke Murase]
directory bugs/ Mon Dec 08 06:00:34 -0800 2008 closed bug [hidek]
directory example/ Fri Dec 05 14:37:20 -0800 2008 add bug report about linux sound issue [hidek]
directory lib/ Mon Dec 22 01:20:15 -0800 2008 Checking in changes prior to tagging of version... [typester]
directory t/ Thu Dec 04 18:11:34 -0800 2008 add iostream test [typester]
README
This is Perl module Kamaitachi.

INSTALLATION

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

    % cpan Kamaitachi

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

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

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

    % perldoc Kamaitachi

to read the documentation online with your favorite pager.

Daisuke Murase