1Dist::Zilla::Plugin::PoUdsWeeravCeorn(t3r)ibuted Perl DoDciusmte:n:tZaitliloan::Plugin::PodWeaver(3)
2
3
4

NAME

6       Dist::Zilla::Plugin::PodWeaver - weave your Pod together from
7       configuration and Dist::Zilla
8

VERSION

10       version 4.010
11

DESCRIPTION

13       [PodWeaver] is the bridge between Dist::Zilla and Pod::Weaver.  It rips
14       apart your kinda-Pod and reconstructs it as boring old real Pod.
15

PERL VERSION

17       This module should work on any version of perl still receiving updates
18       from the Perl 5 Porters.  This means it should work on any version of
19       perl released in the last two to three years.  (That is, if the most
20       recently released version is v5.40, then this module should work on
21       both v5.40 and v5.38.)
22
23       Although it may work on older versions of perl, no guarantee is made
24       that the minimum required version will not be increased.  The version
25       may be increased for any reason, and there is no promise that patches
26       will be accepted to lower the minimum required perl.
27

ATTRIBUTES

29   finder
30       [PodWeaver] is a Dist::Zilla::Role::FileFinderUser.  The FileFinder
31       given for its "finder" attribute is used to decide which files to
32       munge.  By default, it will munge:
33
34       •   ":InstallModules"
35
36       •   ":ExecFiles"
37

METHODS

39   weaver
40       This method returns the Pod::Weaver object to be used.  The current
41       implementation builds a new weaver on each invocation, because one or
42       two core Pod::Weaver plugins cannot be trusted to handle multiple
43       documents per plugin instance.  In the future, when that is fixed, this
44       may become an accessor of an attribute with a builder.  Until this is
45       clearer, use caution when modifying this method in subclasses.
46

CONFIGURATION

48       If the "config_plugin" attribute is given, it will be treated like a
49       Pod::Weaver section heading.  For example, @Default could be given.  It
50       may be given multiple times.
51
52       Otherwise, if a file matching "./weaver.*" exists, Pod::Weaver will be
53       told to look for configuration in the current directory.
54
55       Otherwise, it will use the default configuration.
56

AUTHOR

58       Ricardo SIGNES <cpan@semiotic.systems>
59

CONTRIBUTORS

61       •   David Golden <dagolden@cpan.org>
62
63       •   Florian Ragwitz <rafl@debian.org>
64
65       •   Karen Etheridge <ether@cpan.org>
66
67       •   Ricardo Signes <rjbs@semiotic.systems>
68
69       •   Yasutaka ATARASHI <yakex@cpan.org>
70
71       •   Сергей Романов <sromanov-dev@yandex.ru>
72
74       This software is copyright (c) 2023 by Ricardo SIGNES.
75
76       This is free software; you can redistribute it and/or modify it under
77       the same terms as the Perl 5 programming language system itself.
78
79
80
81perl v5.38.0                      2023-07-20 Dist::Zilla::Plugin::PodWeaver(3)
Impressum