NAME
CPAN::Testers::Backend::Base - Base module for importing standard modules, features, and subs
VERSION
version 0.005
SYNOPSIS
# lib/CPAN/Testers/Backend/MyModule.pm
package CPAN::Testers::Backend::MyModule;
use CPAN::Testers::Backend::Base;
# t/mytest.t
use CPAN::Testers::Backend::Base 'Test';
DESCRIPTION
This module collectively imports all the required features and modules into your module. This module should be used by all modules in the CPAN::Testers::Backend distribution. This module should not be used by modules in other distributions.
This module imports strict, warnings, and the sub signatures feature.
SEE ALSO
AUTHOR
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Doug Bell.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.