public
Description:
Homepage:
Clone URL: git://github.com/tokuhirom/apache2-authenmobilejp.git
name age message
file .gitignore Sun Dec 28 16:07:42 -0800 2008 initial commit [tokuhirom]
file .shipit Sun Dec 28 16:07:42 -0800 2008 initial commit [tokuhirom]
file Changes Sun Dec 28 16:07:42 -0800 2008 initial commit [tokuhirom]
file MANIFEST.SKIP Sun Dec 28 16:07:42 -0800 2008 initial commit [tokuhirom]
file Makefile.PL Sun Dec 28 18:25:08 -0800 2008 updated deps [tokuhirom]
file README Sun Dec 28 16:07:42 -0800 2008 initial commit [tokuhirom]
directory lib/ Sun Dec 28 18:24:25 -0800 2008 implemented [tokuhirom]
directory t/ Sun Dec 28 16:07:42 -0800 2008 initial commit [tokuhirom]
directory xt/ Sun Dec 28 16:07:42 -0800 2008 initial commit [tokuhirom]
README
This is Perl module Apache2::AuthenMobileJP.

INSTALLATION

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

    % cpan Apache2::AuthenMobileJP

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

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

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

    % perldoc Apache2::AuthenMobileJP

to read the documentation online with your favorite pager.

Tokuhiro Matsuno