NAME
CPAN::Testers::Schema::Base - Base module for importing standard modules, features, and subs
VERSION
version 0.027
SYNOPSIS
# lib/CPAN/Testers/Schema/MyModule.pm
package CPAN::Testers::Schema::MyModule;
use CPAN::Testers::Schema::Base;
# t/mytest.t
use CPAN::Testers::Schema::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::Schema distribution. This module should not be used by modules in other distributions.
This module imports strict, warnings, and the sub signatures feature.
SEE ALSO
AUTHORS
Oriol Soriano <oriolsoriano@gmail.com>
Doug Bell <preaction@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2018 by Oriol Soriano, 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.