1Dist::Zilla::App::TesteUrs(e3r)Contributed Perl DocumentDaitsito:n:Zilla::App::Tester(3)
2
3
4
6 Dist::Zilla::App::Tester - testing library for Dist::Zilla::App
7
9 version 6.017
10
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
35 Ricardo SIGNES 😏 <rjbs@cpan.org>
36
38 This software is copyright (c) 2020 by Ricardo SIGNES.
39
40 This is free software; you can redistribute it and/or modify it under
41 the same terms as the Perl 5 programming language system itself.
42
43
44
45perl v5.32.1 2021-01-27 Dist::Zilla::App::Tester(3)