SYNOPSIS

Top Close Open
[% USE Pod(podfile) %]

[% FOREACH head1 = Pod.head1;
     FOREACH head2 = head1/head2;
       ...
     END;
   END
%]

DESCRIPTION

Top Close Open

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

AUTHOR

Top Close Open

Andy Wardley <abw@wardley.org> http://wardley.org/

COPYRIGHT

Top Close Open

Copyright (C) 1996-2007 Andy Wardley. All Rights Reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


http://template-toolkit.org/docs/modules/Template/Plugin/Pod.html last modified 12:50:49 30-Jul-2020
Fork me on GitHub