1Dist::Zilla::App::TesteUrs(e3r)Contributed Perl DocumentDaitsito:n:Zilla::App::Tester(3)
2
3
4

NAME

6       Dist::Zilla::App::Tester - testing library for Dist::Zilla::App
7

VERSION

9       version 6.023
10

DESCRIPTION

12       This module exports only one function, "test_dzil".
13
14   "test_dzil"
15       This function is used to test Dist::Zilla::App.  It receives two
16       mandatory options. The first is the path to a Dist::Zilla-based
17       distribution. The second, an array reference to a list of arguments.
18
19       The third optional argument is a hash reference, with further options.
20       At the moment the only supported option is c<tempdir>.
21
22       It returns a Dist::Zilla::App::Tester::Result, that inherits from
23       App::Cmd::Tester::Result. Typical methods called from this result are:
24
25       "output"
26           The output of running dzil;
27
28       "tempdir"
29           The folder used for temporary files.
30
31       "build_dir"
32           The folder where the distribution was built.
33

PERL VERSION

35       This module should work on any version of perl still receiving updates
36       from the Perl 5 Porters.  This means it should work on any version of
37       perl released in the last two to three years.  (That is, if the most
38       recently released version is v5.40, then this module should work on
39       both v5.40 and v5.38.)
40
41       Although it may work on older versions of perl, no guarantee is made
42       that the minimum required version will not be increased.  The version
43       may be increased for any reason, and there is no promise that patches
44       will be accepted to lower the minimum required perl.
45

AUTHOR

47       Ricardo SIGNES 😏 <rjbs@semiotic.systems>
48
50       This software is copyright (c) 2021 by Ricardo SIGNES.
51
52       This is free software; you can redistribute it and/or modify it under
53       the same terms as the Perl 5 programming language system itself.
54
55
56
57perl v5.34.0                      2021-07-22       Dist::Zilla::App::Tester(3)
Impressum