The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Range::Merge::Boilerplate - Generic Boilerplate (copied from JCM::Bootstrap)

VERSION

version 1.003

SYNOPSIS

  use Range::Merge::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', '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!

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

J. Maslak <jmaslak@antelope.net>

COPYRIGHT AND LICENSE

This software is copyright (c) 2016 by J. 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.