1Dist::Zilla::Types(3) User Contributed Perl DocumentationDist::Zilla::Types(3)
2
3
4
6 Dist::Zilla::Types - dzil-specific type library
7
9 version 6.031
10
12 This library provides MooseX::Types types for use by Dist::Zilla.
13 These types are not (yet?) for public consumption, and you should not
14 rely on them.
15
16 Dist::Zilla uses a number of types found in MooseX::Types::Perl. Maybe
17 that's what you want.
18
20 This module should work on any version of perl still receiving updates
21 from the Perl 5 Porters. This means it should work on any version of
22 perl released in the last two to three years. (That is, if the most
23 recently released version is v5.40, then this module should work on
24 both v5.40 and v5.38.)
25
26 Although it may work on older versions of perl, no guarantee is made
27 that the minimum required version will not be increased. The version
28 may be increased for any reason, and there is no promise that patches
29 will be accepted to lower the minimum required perl.
30
32 Ricardo SIGNES 😏 <cpan@semiotic.systems>
33
35 This software is copyright (c) 2023 by Ricardo SIGNES.
36
37 This is free software; you can redistribute it and/or modify it under
38 the same terms as the Perl 5 programming language system itself.
39
40
41
42perl v5.38.0 2023-11-21 Dist::Zilla::Types(3)