Skip to content

Latest commit

 

History

History
89 lines (47 loc) · 1.19 KB

File metadata and controls

89 lines (47 loc) · 1.19 KB

NAME

Module::Name - One-line summary.

DESCRIPTION

What this module is for.

SYNOPSIS

use Module::Name;

my $thing = Module::Name->new(...);

ATTRIBUTES

Object::HashBase slots. Drop this section for non-object modules.

$val = $obj->attribute()

EXPORTS

One entry per exported function. Drop this section when nothing is exported.

$val = function($arg)

PUBLIC METHODS

$val = $obj->method($arg)

PRIVATE METHODS

Leading-underscore methods. Drop this section when there are none worth documenting.

$val = $obj->_method($arg)

SOURCE

The source code repository for App-Yath-Script can be found at https://github.com/Test-More/App-Yath-Script/.

MAINTAINERS

Chad Granum <exodist7@gmail.com>

AUTHORS

Chad Granum <exodist7@gmail.com>

COPYRIGHT

Copyright Chad Granum <exodist7@gmail.com>.

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

See https://dev.perl.org/licenses/