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>
23
24       <http://wardley.org/http://wardley.org/>
25

VERSION

27       2.69, distributed as part of the Template Toolkit version 2.18,
28       released on 09 February 2007.
29
31         Copyright (C) 1996-2007 Andy Wardley.  All Rights Reserved.
32
33       This module is free software; you can redistribute it and/or modify it
34       under the same terms as Perl itself.
35

SEE ALSO

37       Template::Plugin, Pod::POM
38
39
40
41perl v5.8.8                       2007-02-09          Template::Plugin::Pod(3)
Impressum