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 eas‐
17 ily convert the output to HTML or text using "perldoc" or other inter‐
18 esting formats using Pod::POM or Template::Toolkit's POD plugin.
19
21 Ken Y. Clark <kclark@cpan.org>.
22
24 perldoc, perlpod, Pod::POM, Template::Manual::Plugins.
25
26
27
28perl v5.8.8 2007-10-24 SQL::Translator::Producer::POD(3)