hidek / kamaitachi forked from typester/kamaitachi

perl flash media server

This URL has Read+Write access

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 Loading commit data...
file LICENSE Tue Jun 10 07:38:52 -0700 2008 initial commit [Daisuke Murase]
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 Tue Jun 10 07:38:52 -0700 2008 initial commit [Daisuke Murase]
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]
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