The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

[% module %] - <One-line description of module's purpose>

[% INCLUDE perl/pod/VERSION.pl %] [% INCLUDE perl/pod/SYNOPSIS.pl %] [% INCLUDE perl/pod/DESCRIPTION.pl %] [% INCLUDE perl/pod/METHODS.pl %]

[% FOREACH sig = sigs %] [%- matches = sig.match('^,?(\w+)[(](.*)$') -%] =head3 [% matches.0 %] ([% matches.1.split(',').join(', ') %]) [% FOREACH arg = matches.1.split(',') %] Arg: [% arg %] - type (detail) - description [% END %] Return: type - description

Description:

[% END %]

[% INCLUDE perl/pod/detailed.pl %] =head1 AUTHOR

[% contact.fullname %] - ([% contact.email %])

LICENSE AND COPYRIGHT [% INCLUDE licence.txt %]