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 JTM::Bootstrap)

VERSION

version 2.191190

SYNOPSIS

  use Range::Merge::Boilerplate 'script';

DESCRIPTION

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

Joelle Maslak <jmaslak@antelope.net>

COPYRIGHT AND LICENSE

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