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 Loading commit data...
file Changes Mon Dec 22 01:20:15 -0800 2008 Checking in changes prior to tagging of version... [typester]
file LICENSE
file MANIFEST
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
directory bugs/
directory example/ Fri Dec 05 14:37:20 -0800 2008 add bug report about linux sound issue [hidek]
directory lib/
directory t/ Thu Dec 04 18:11:34 -0800 2008 add iostream test [typester]
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