1Template::Plugin::Pod(3U)ser Contributed Perl DocumentatiToenmplate::Plugin::Pod(3)
2
3
4

NAME

6       Template::Plugin::Pod - Plugin interface to Pod::POM (Pod Object Model)
7

SYNOPSIS

9           [% USE Pod(podfile) %]
10
11           [% FOREACH head1 = Pod.head1;
12                FOREACH head2 = head1/head2;
13                  ...
14                END;
15              END
16           %]
17

DESCRIPTION

19       This plugin is an interface to the Pod::POM module.
20

AUTHOR

22       Andy Wardley <abw@wardley.org> <http://wardley.org/>
23
25       Copyright (C) 1996-2007 Andy Wardley.  All Rights Reserved.
26
27       This module is free software; you can redistribute it and/or modify it
28       under the same terms as Perl itself.
29

SEE ALSO

31       Template::Plugin, Pod::POM
32
33
34
35perl v5.16.3                      2011-12-20          Template::Plugin::Pod(3)
Impressum