1Dist::Zilla::App::CommaUnsde:r:rCeolnetarsieb(u3t)ed PerDlisDto:c:uZmielnltaa:t:iAopnp::Command::release(3)
2
3
4

NAME

6       Dist::Zilla::App::Command::release - release your dist to the CPAN
7

VERSION

9       version 6.024
10

SYNOPSIS

12         dzil release
13
14         dzil release --trial
15
16         # long form, jobs takes an integer
17         dzil release --jobs 9
18
19         # short form, same as above
20         dzil release -j 9
21
22       This command is a very, very thin wrapper around the "release" method
23       on the Dist::Zilla object.  It will build, archive, and release your
24       distribution using your Releaser plugins.
25
26       Available options are:
27
28       "--trial", will cause it to build a trial build.
29       "--jobs|-j=i", number of test jobs run in parallel using Test::Harness.
30
31       The default for Test::Harness is 9. The number of parallel jobs can
32       also be specified setting "HARNESS_OPTIONS".
33
34           HARNESS_OPTIONS=j9
35
36       See Test::Harness for more details.
37

PERL VERSION

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

AUTHOR

51       Ricardo SIGNES 😏 <rjbs@semiotic.systems>
52
54       This software is copyright (c) 2021 by Ricardo SIGNES.
55
56       This is free software; you can redistribute it and/or modify it under
57       the same terms as the Perl 5 programming language system itself.
58
59
60
61perl v5.34.0                      2022-01-D2i1st::Zilla::App::Command::release(3)
Impressum