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

..03-May-2022-

lib/Pod/H16-Mar-2004-1,761801

t/H16-Mar-2004-1,212812

ChangesH A D16-Mar-20042 KiB10960

MANIFESTH A D16-Mar-2004647 4342

META.ymlH A D16-Mar-2004490 1614

Makefile.PLH A D16-Mar-2004406 1513

READMEH A D03-Mar-2004954 5631

pod2docbookH A D03-Mar-20043.1 KiB13543

README

1=head1 Pod-DocBook version 1.0
2
3This is a rewrite of Pod::DocBook; version 0.6 and earlier were
4written by a different author (see L<Pod::DocBook/AUTHOR>).
5
6Pod::DocBook is a module for translating Pod-formatted documents to
7DocBook 4.2 SGML (see L<http://www.docbook.org/>).  The B<pod2docbook>
8program is a simple driver for the module.
9
10=head2 Installation
11
12To install this module type the following:
13
14   perl Makefile.PL
15   make
16   make test
17   make install
18
19=head2 Dependencies
20
21This module requires these other modules:
22
23=over
24
25=item *
26
27Digest::MD5
28
29=item *
30
31Pod::Parser
32
33=item *
34
35Pod::ParseLink
36
37=item *
38
39Text::ParseWords
40
41=item *
42
43Text::Wrap
44
45=back
46
47=head2 Copyright and License
48
49Copyright (C) 2004 by Nandu Shah.  All rights reserved.
50
51This library is free software; you can redistribute it and/or modify
52it under the same terms as Perl itself, either Perl version 5.8.2 or,
53at your option, any later version of Perl 5 you may have available.
54
55
56