1Module::Install::TestBaUssee(r3)Contributed Perl DocumenMtoadtuiloen::Install::TestBase(3)
2
3
4

NAME

6       Module::Install::TestBase - Module::Install Support for Test::Base
7

SYNOPSIS

9           use inc::Module::Install;
10
11           name            'Foo';
12           all_from        'lib/Foo.pm';
13
14           use_test_base;
15
16           WriteAll;
17

DESCRIPTION

19       This module adds the "use_test_base" directive to Module::Install.
20
21       Now you can get full Test-Base support for you module with no external
22       dependency on Test::Base.
23
24       Just add this line to your Makefile.PL:
25
26           use_test_base;
27
28       That's it. Really. Now Test::Base is bundled into your module, so that
29       it is no longer any burden on the person installing your module.
30

AUTHOR

32       ingy döt Net <ingy@cpan.org>
33
35       Copyright 2005-2014. Ingy döt Net.
36
37       This program is free software; you can redistribute it and/or modify it
38       under the same terms as Perl itself.
39
40       See <http://www.perl.com/perl/misc/Artistic.html>
41
42
43
44perl v5.30.1                      2020-01-30      Module::Install::TestBase(3)
Impressum