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.

AUTOLOAD

 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.

NAME

Siffra::Base - Siffra Base Module

SYNOPSIS

use Siffra::Base;
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).