1TestML1::Setup(3) User Contributed Perl Documentation TestML1::Setup(3)
2
3
4
6 TestML1::Setup - Generate Test Files for a TestML1 Suite
7
9 perl -MTestML1::Setup -e setup t/testml.yaml
10
12 A pure TestML1 suite contains no language specific code. Normally you
13 need to write a very small test program that points to a TestML1
14 document and runs it.
15
16 This module does that for you. By providing a small YAML file, this
17 module will generate all your testml runtime programs for you.
18
20 Ingy döt Net <ingy@cpan.org>
21
23 Copyright 2009-2018. Ingy döt Net.
24
25 This program is free software; you can redistribute it and/or modify it
26 under the same terms as Perl itself.
27
28 See <http://www.perl.com/perl/misc/Artistic.html>
29
30
31
32perl v5.34.0 2022-01-21 TestML1::Setup(3)