This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
authorHugo van der Sanden <hv@crypt.org>
Mon, 2 Dec 2002 13:37:59 +0000 (13:37 +0000)
committerhv <hv@crypt.org>
Mon, 2 Dec 2002 13:37:59 +0000 (13:37 +0000)
commit1a67fee7d910c67790fff4a69f2f20f7628aa80a
tree95579687fdb1b6ba0d5c9d7d00731306a17a9499
parentad712fffcec5900fb4a7ea9cf7786f96f8a6606d
integrate Pod-Perldoc-3.07. This replaces the original inline perldoc
with a module-driven version, and separates out its docs.

p4raw-id: //depot/perl@18228
17 files changed:
MANIFEST
lib/Pod/Perldoc.pm [new file with mode: 0644]
lib/Pod/Perldoc/BaseTo.pm [new file with mode: 0644]
lib/Pod/Perldoc/GetOptsOO.pm [new file with mode: 0644]
lib/Pod/Perldoc/ToChecker.pm [new file with mode: 0644]
lib/Pod/Perldoc/ToMan.pm [new file with mode: 0644]
lib/Pod/Perldoc/ToNroff.pm [new file with mode: 0644]
lib/Pod/Perldoc/ToPod.pm [new file with mode: 0644]
lib/Pod/Perldoc/ToRtf.pm [new file with mode: 0644]
lib/Pod/Perldoc/ToText.pm [new file with mode: 0644]
lib/Pod/Perldoc/ToTk.pm [new file with mode: 0644]
lib/Pod/Perldoc/ToXml.pm [new file with mode: 0644]
lib/Pod/Perldoc/t/checkerbasic.t [new file with mode: 0644]
lib/Pod/Perldoc/t/perldocbasic.t [new file with mode: 0644]
lib/Pod/Perldoc/t/textbasic.t [new file with mode: 0644]
pod/perldoc.pod [new file with mode: 0644]
utils/perldoc.PL