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

NAME

{{$name}} - Module to do something

SYNOPSIS

    use {{$name}};

    ...

DESCRIPTION

Some description here...

METHODS/SUBROUTINES

my_sub( $args )

Subroutine to do something

INTERNAL METHODS

_my_sub( $args )

Subroutine to do something

AUTHOR

{{@{$dist->authors}[0]}}

LICENSE AND COPYRIGHT

Copyright {{(localtime)[5] + 1900}} {{$dist->copyright_holder}}.

This program is free software; you can redistribute it and/or modify it under the terms of either: the GNU General Public License as published by the Free Software Foundation; or the Artistic License.

See http://dev.perl.org/licenses/ for more information.