yappo / App-Ksk

This URL has Read+Write access

yappo (author)
Mon Sep 07 09:17:55 -0700 2009
README
This is Perl module App::Ksk.

INSTALLATION

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

    % cpan App::Ksk

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

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

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

    % perldoc App::Ksk

to read the documentation online with your favorite pager.

Kazuhiro Osawa