1Template::Plugin::Pod(3U)ser Contributed Perl DocumentatiToenmplate::Plugin::Pod(3)
2
3
4
6 Template::Plugin::Pod - Plugin interface to Pod::POM (Pod Object Model)
7
9 [% USE Pod(podfile) %]
10
11 [% FOREACH head1 = Pod.head1;
12 FOREACH head2 = head1/head2;
13 ...
14 END;
15 END
16 %]
17
19 This plugin is an interface to the Pod::POM module.
20
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
31 Template::Plugin, Pod::POM
32
33
34
35perl v5.12.0 2008-11-13 Template::Plugin::Pod(3)