view release on metacpan or search on metacpan
bin/module-template view on Meta::CPAN
=over
=item * App::Module::Template
=back
=head1 INCOMPATIBILITIES
None reported.
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
Please report any issues or feature requests to L<https://github.com/tscornpropst/App-Module-Template/issues>. Patches are welcome.
=head1 AUTHOR
Trevor S. Cornpropst <tscornpropst@gmail.com>
=head1 COPYRIGHT AND LICENSE
lib/App/Module/Template.pm view on Meta::CPAN
=item * Template
=item * Try::Tiny
=back
=head1 INCOMPATIBILITIES
None reported.
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
Please report any issues or feature requests to L<https://github.com/tscornpropst/App-Module-Template/issues>. Patches are welcome.
=head1 AUTHOR
Trevor S. Cornpropst <tscornpropst@gmail.com>
=head1 COPYRIGHT AND LICENSE
lib/App/Module/Template/Initialize.pm view on Meta::CPAN
=item * File::HomeDir
=item * File::Spec
=back
=head1 INCOMPATIBILITIES
None reported.
=head1 BUGS AND LIMITATIONS
No bugs have been reported.
Please report any issues or feature requests to L<https://github.com/tscornpropst/App-Module-Template/issues>. Patches are welcome.
=head1 AUTHOR
Trevor S. Cornpropst <tscornpropst@gmail.com>
=head1 COPYRIGHT AND LICENSE
lib/App/Module/Template/Initialize.pm view on Meta::CPAN
=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 L<[% support_address %]>. Patches are welcome.
=head1 AUTHOR
[% author %] <[% email %]>
=head1 COPYRIGHT AND LICENSE
lib/App/Module/Template/Initialize.pm view on Meta::CPAN
=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 L<[% support_address %]>. Patches are welcome.
=head1 AUTHOR
[% author %] <[% email %]>
=head1 COPYRIGHT AND LICENSE
lib/App/Module/Template/Initialize.pm view on Meta::CPAN
path => '.module-template/templates/xt/author',
body => <<'END_OF_BODY',
severity = 1
color = 1
verbose = 8
# Configure these policies
[InputOutput::RequireCheckedSyscalls]
exclude_functions = print
[Documentation::RequirePodSections]
lib_sections = NAME | VERSION | SYNOPSIS | DESCRIPTION | SUBROUTINES/METHODS | DIAGNOSTICS | CONFIGURATION AND ENVIRONMENT | DEPENDENCIES | INCOMPATIBILITIES | BUGS AND LIMITATIONS | AUTHOR | COPYRIGHT AND LICENSE
script_sections = NAME | USAGE | DESCRIPTION | REQUIRED ARGUMENTS | OPTIONS | DIAGNOSTICS | EXIT STATUS | CONFIGURATION | DEPENDENCIES | INCOMPATIBILITIES | BUGS AND LIMITATIONS | AUTHOR | COPYRIGHT AND LICENSE
# Do not load these policies
[-CodeLayout::ProhibitParensWithBuiltins]
[-CodeLayout::RequireTidyCode]
[-ControlStructures::ProhibitCStyleForLoops]
[-ControlStructures::ProhibitPostfixControls]
[-ControlStructures::ProhibitUnlessBlocks]
[-Subroutines::ProhibitBuiltinHomonyms]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
[-ValuesAndExpressions::RequireInterpolationOfMetachars]
t/.module-template/templates/bin/script.pl view on Meta::CPAN
=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
t/.module-template/templates/lib/Module.pm view on Meta::CPAN
=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
t/.module-template/templates/xt/author/perlcritic.rc view on Meta::CPAN
severity = 1
color = 1
verbose = 8
# Configure these policies
[InputOutput::RequireCheckedSyscalls]
exclude_functions = print
[Documentation::RequirePodSections]
lib_sections = NAME | VERSION | SYNOPSIS | DESCRIPTION | SUBROUTINES/METHODS | DIAGNOSTICS | CONFIGURATION AND ENVIRONMENT | DEPENDENCIES | INCOMPATIBILITIES | BUGS AND LIMITATIONS | AUTHOR | COPYRIGHT AND LICENSE
script_sections = NAME | USAGE | DESCRIPTION | REQUIRED ARGUMENTS | OPTIONS | DIAGNOSTICS | EXIT STATUS | CONFIGURATION | DEPENDENCIES | INCOMPATIBILITIES | BUGS AND LIMITATIONS | AUTHOR | COPYRIGHT AND LICENSE
# Do not load these policies
[-CodeLayout::ProhibitParensWithBuiltins]
[-CodeLayout::RequireTidyCode]
[-ControlStructures::ProhibitCStyleForLoops]
[-ControlStructures::ProhibitPostfixControls]
[-ControlStructures::ProhibitUnlessBlocks]
[-Subroutines::ProhibitBuiltinHomonyms]
[-ValuesAndExpressions::ProhibitNoisyQuotes]
[-ValuesAndExpressions::RequireInterpolationOfMetachars]
xt/author/perlcritic.rc view on Meta::CPAN
severity = 1
color = 1
verbose = 8
# Configure these policies
[InputOutput::RequireCheckedSyscalls]
exclude_functions = print say
[Documentation::RequirePodSections]
lib_sections = NAME | VERSION | SYNOPSIS | DESCRIPTION | SUBROUTINES/METHODS | DIAGNOSTICS | CONFIGURATION AND ENVIRONMENT | DEPENDENCIES | INCOMPATIBILITIES | BUGS AND LIMITATIONS | AUTHOR | COPYRIGHT AND LICENSE
script_sections = NAME | USAGE | DESCRIPTION | REQUIRED ARGUMENTS | OPTIONS | DIAGNOSTICS | EXIT STATUS | CONFIGURATION | DEPENDENCIES | INCOMPATIBILITIES | BUGS AND LIMITATIONS | AUTHOR | COPYRIGHT AND LICENSE
# Do not load these policies
[-Documentation::RequirePodAtEnd]
[-CodeLayout::ProhibitParensWithBuiltins]
[-CodeLayout::RequireTidyCode]
[-ControlStructures::ProhibitCStyleForLoops]
[-ControlStructures::ProhibitPostfixControls]
[-ControlStructures::ProhibitUnlessBlocks]
[-Subroutines::ProhibitBuiltinHomonyms]
[-ValuesAndExpressions::ProhibitNoisyQuotes]