typester / Pod-HTMLEmbed

This URL has Read+Write access

Daisuke Murase (author)
Wed Nov 04 18:28:51 -0800 2009
commit  6583deca108e3243c49e5357527eb328ed08864c
tree    15a5e6e75b9ded75f1f2f17a5941d47e1754950f
parent  9f4f92ce68a21053c587a3e13b4729fa56a0cec5
name age message
file .shipit Loading commit data...
file Changes
file LICENSE
file MANIFEST
file MANIFEST.SKIP
file Makefile.PL
file README
directory lib/
directory t/
directory xt/
README
This is Perl module Pod::HTMLEmbed.

INSTALLATION

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

    % cpan Pod::HTMLEmbed

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

    % perl Makefile.PL
    % make && make test

Then install it:

    % make install

DOCUMENTATION

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

    % perldoc Pod::HTMLEmbed

to read the documentation online with your favorite pager.

Daisuke Murase