1SQL::Translator::ProducUesre:r:PCOoDn(t3r)ibuted Perl DoScQuLm:e:nTtraatnisolnator::Producer::POD(3)
2
3
4
6 SQL::Translator::Producer::POD - POD producer for SQL::Translator
7
9 use SQL::Translator;
10
11 my $t = SQL::Translator->new( parser => '...', producer => 'POD', '...' );
12 print $t->translate;
13
15 Creates a POD description of each table, field, index, and constraint.
16 A good starting point for text documentation of a schema. You can
17 easily convert the output to HTML or text using "perldoc" or other
18 interesting formats using Pod::POM or Template::Toolkit's POD plugin.
19
21 Ken Youens-Clark <kclark@cpan.org>.
22
23 CONTRIBUTORS
24 Jonathan Yu <frequency@cpan.org>
25
27 perldoc, perlpod, Pod::POM, Template::Manual::Plugins.
28
29
30
31perl v5.30.1 2020-01-30 SQL::Translator::Producer::POD(3)