• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

cgi-bin/H29-Jul-2010-15083

lib/Pod/H29-Jul-2010-1,031628

scripts/H29-Jul-2010-10019

t/H29-Jul-2010-1,447985

COPYINGH A D29-Jul-201017.6 KiB341281

ChangesH A D29-Jul-20102.6 KiB6550

MANIFESTH A D29-Jul-2010450 3029

MANIFEST.SKIPH A D29-Jul-2010117 87

META.ymlH A D29-Jul-2010712 2726

Makefile.PLH A D29-Jul-2010634 1715

READMEH A D29-Jul-2010520 2013

README

1Pod::Xhtml v1.61
2
3(c) BBC 2004. This program is free software; you can redistribute it and/or
4modify it under the GNU GPL.
5
6See the file COPYING in this distribution, or http://www.gnu.org/licenses/gpl.txt
7
8QUICK START:
9
10Install Pod::Xhtml by unpacking the tarball and running the following
11commands in the source directory:
12
13    perl Makefile.PL
14    make
15    make test
16    make install
17    Then delete the source directory tree since it's no longer needed.
18
19    run 'perldoc Pod::Xhtml' to read the full documentation.
20