NAME
{{$FULL_MODULE_NAME}} - {{$MODULE_DESCRIPTION}}
SYNOPSIS
DESCRIPTION
This module implements ...
DOCUMENTATION
SUBROUTINES/METHODS
new( xxx )
Create a {{$FULL_MODULE_NAME}} .
my $object = {{$FULL_MODULE_NAME}}->new() ;
Arguments
$xxx -
Returns - Nothing
Exceptions
See xxx
.
Setup
Helper sub called by new. This is a private sub.
CheckOptionNames
Verifies the named options passed to the members of this class. Calls {INTERACTION}{DIE} in case of error. This shall not be used directly.
A( xxx )
xxx description
xxx some code
Arguments
$xxx -
Returns - Nothing
Exceptions
See xxx
.
BUGS AND LIMITATIONS
None so far.
AUTHOR
#MODIFY_ME_BEFORE_FIRST_RUN
your name here
CPAN ID:
mailto:
COPYRIGHT AND LICENSE
#MODIFY_ME_BEFORE_FIRST_RUN
Copyright {{$YEAR}} .
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; either version 1, or (at your option) any later version, or
the Artistic License version 2.0.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc {{$FULL_MODULE_NAME}}
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
RT: CPAN's request tracker
Please report any bugs or feature requests to L <bug-{{$RT_NAME}}@rt.cpan.org>.
We will be notified, and then you'll automatically be notified of progress on your bug as we make changes.
Search CPAN