The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

File::FindStrings::Boilerplate - Default Boilerplate for Perl::Critic::Policy::BadStrings

VERSION

version 1.000

SYNOPSIS

  use File::FindStrings::Boilerplate 'script';

DESCRIPTION

This module serves two purposes. First, it sets some default imports, and turns on the strictures I've come to rely upon. It is a copy of the current-at-the-time JCM::Boilerplate, but is included seperately to ensure that future changes to JCM::Boilerplate don't break this module.

This module optionally takes one of two parameters, 'script', 'class', or 'role'. If 'script' is specified, the module assumes that you do not need Moose or MooseX modules.

WARNINGS

This module makes significant changes in the calling package!

If you plan on using this module in code not related to the Perl::Critic::Policy::BadStrings distribution, it is probably best to fetch JCM::Boilerplate and copy the Boilerplate.pm into some directory (renaming this package in the Perl module file) under your distribution.

AUTHOR

Joelle Maslak <jmaslak@antelope.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2017 by Joelle Maslak.

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