NAME
JCM::Boilerplate - Default Boilerplate for Joel's Code
VERSION
version 1.007
SYNOPSIS
use JCM::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. Secondly, it depends on a number of other modules to aid in setting up new environments (I can just do a "cpan JCM-Boilerplate" to install everything I need).
This module optionally takes one of two parameters, 'script' or 'class'. 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!
In addition, this module should be incorporated into any project by copying it into the project's library tree. This protects the project from outside dependencies that may be undesired.
AUTHOR
Joel Maslak <jmaslak@antelope.net>
COPYRIGHT AND LICENSE
This software is copyright (c) 2015,2016 by Joel 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.