App-Module-Template
view release on metacpan or search on metacpan
t/.module-template/templates/lib/Module.pm view on Meta::CPAN
}
1;
__END__
=pod
=head1 NAME
[% module %] - <one line description>
=head1 VERSION
This documentation refers to [% module %] version 0.01
=head1 SYNOPSIS
=head1 DESCRIPTION
=head1 SUBROUTINES/METHODS
=over
=item C<function_name>
=back
=head1 EXAMPLES
None.
=head1 DIAGNOSTICS
=over
=item B<Error Message>
=item B<Error Message>
=back
=head1 CONFIGURATION AND ENVIRONMENT
[% module %] requires no configuration files or environment variables.
=head1 DEPENDENCIES
=over
=item * Carp
=item * POSIX
=back
=head1 INCOMPATIBILITIES
None reported.
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
Please report any issues or feature requests to C<[% support_email %]>. Patches are welcome.
=head1 AUTHOR
[% author %] C<< [% email %] >>
=head1 COPYRIGHT AND LICENSE
Copyright (c) [% year %], [% author %] C<< [% email %] >>. All rights reserved.
[% license_body %]
=cut
( run in 1.063 second using v1.01-cache-2.11-cpan-39bf76dae61 )