sample_function
Usage     : How to use this function/method
Purpose   : What it does
Returns   : What it returns
Argument  : What it wants to know
Throws    : Exceptions and other anomolies
Comment   : This is a sample subroutine header.
          : It is polite to include more pod and fewer comments.
See Also :
new()
Usage     : $self->block_new_method() within text_pm_file()
Purpose   : Build 'new()' method as part of a pm file
Returns   : String holding sub new.
Argument  : $module: pointer to the module being built
            (as there can be more than one module built by EU::MM);
            for the primary module it is a pointer to $self
Throws    : n/a
Comment   : This method is a likely candidate for alteration in a subclass,
            e.g., pass a single hash-ref to new() instead of a list of
            parameters.
loadApplication()
Usage     : $self->block_new_method() within text_pm_file()
Purpose   : Build 'new()' method as part of a pm file
Returns   : String holding sub new.
Argument  : $module: pointer to the module being built
            (as there can be more than one module built by EU::MM);
            for the primary module it is a pointer to $self
Throws    : n/a
Comment   : This method is a likely candidate for alteration in a subclass,
            e.g., pass a single hash-ref to new() instead of a list of
            parameters.
run()
getExecutionTime()
getExecutionInfo()
NAME
Siffra::Bootstrap - Module abstract (<= 44 characters) goes here
SYNOPSIS
use Siffra::Bootstrap;
blah blah blah
DESCRIPTION
Stub documentation for this module was created by ExtUtils::ModuleMaker. It looks like the author of the extension was negligent enough to leave the stub unedited.
Blah blah blah.
USAGE
BUGS
SUPPORT
AUTHOR
Luiz Benevenuto
CPAN ID: LUIZBENE
Siffra TI
luiz@siffra.com.br
https://siffra.com.br
COPYRIGHT
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.
SEE ALSO
perl(1).