gugod / Task-PerlX

Perl dark magic materials

This URL has Read+Write access

gugod (author)
Thu Sep 17 23:28:13 -0700 2009
commit  e2524696c22ae790da1ad3ea93d61b2def108e2f
tree    d12bb86f17c2c46937898beea39ad66a9ba64ee6
name age message
file .gitignore Loading commit data...
file .shipit
file Changes
file MANIFEST.SKIP
file Makefile.PL
file README
directory lib/
directory t/
README
This is Perl module Task::PerlX.

INSTALLATION

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

    % cpan Task::PerlX

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

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

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

    % perldoc Task::PerlX

to read the documentation online with your favorite pager.

Kang-min Liu