-
-
25 Nov 2017 16:22:09 UTC
- Distribution: Perl-Critic-Policy-BadStrings
- Module version: 1.000
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues
- Testers (376 / 0 / 105)
- Kwalitee
Bus factor: 1- 87.78% Coverage
- License: perl_5
- Perl: v5.22.0
- Activity
24 month- Tools
- Download (14.18KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
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 toJCM::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 fetchJCM::Boilerplate
and copy theBoilerplate.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.
Module Install Instructions
To install Perl::Critic::Policy::BadStrings, copy and paste the appropriate command in to your terminal.
cpanm Perl::Critic::Policy::BadStrings
perl -MCPAN -e shell install Perl::Critic::Policy::BadStrings
For more information on module installation, please visit the detailed CPAN module installation guide.