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

NAME

CPAN::Testers::API::Base - Base module for importing standard modules, features, and subs

VERSION

version 0.022

SYNOPSIS

    # lib/CPAN/Testers/API/MyModule.pm
    package CPAN::Testers::API::MyModule;
    use CPAN::Testers::API::Base;

    # t/mytest.t
    use CPAN::Testers::API::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::API distribution. This module should not be used by modules in other distributions.

This module imports strict, warnings, and the sub signatures feature.

SEE ALSO

Import::Base

AUTHOR

Doug Bell <preaction@cpan.org>

COPYRIGHT AND LICENSE

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