Home > Xatana

Xatana

Xatana is a project mainly written in Perl, it's free.

web application framework

This is Perl module Xatana.

INSTALLATION

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

% cpan Xatana

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

% perl Makefile.PL
% make && make test

Then install it:

% make install

DOCUMENTATION

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

% perldoc Xatana

to read the documentation online with your favorite pager.

Hiroyuki Yamanaka