1Module::Install::TestMLU(s3e)r Contributed Perl DocumentaMtoidounle::Install::TestML(3)
2
3
4
6 Module::Install::TestML - Module::Install Support for TestML
7
9 use inc::Module::Install;
10
11 name 'Foo';
12 all_from 'lib/Foo.pm';
13
14 use_testml_tap;
15
16 WriteAll;
17
19 This module adds the "use_testml_tap" directive to Module::Install.
20
21 Now you can get full TestML support for your module with no external
22 dependency on TestML.
23
24 Just add this line to your Makefile.PL:
25
26 use_testml_tap;
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
32 Ingy döt Net <ingy@cpan.org>
33
35 Copyright 2009-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.32.0 2020-07-28 Module::Install::TestML(3)