1Pod::Weaver::Section::BUusgesr(3C)ontributed Perl DocumePnotda:t:iWoenaver::Section::Bugs(3)
2
3
4
6 Pod::Weaver::Section::Bugs - a section for bugtracker info
7
9 version 4.018
10
12 This section plugin will produce a hunk of Pod giving bug reporting
13 information for the document, like this:
14
15 =head1 BUGS
16
17 Please report any bugs or feature requests on the bugtracker website
18 http://rt.cpan.org/Dist/Display.html?Queue=Pod-Weaver
19
20 When submitting a bug or request, please include a test-file or a
21 patch to an existing test-file that illustrates the bug or desired
22 feature.
23
24 This plugin requires a "distmeta" parameter containing a hash reference
25 of CPAN::Meta::Spec distribution metadata and at least one of one of
26 the parameters "web" or "mailto" defined in
27 "$meta->{resources}{bugtracker}".
28
29 Using Pod::Weaver::Section::Bugs with Dist::Zilla
30 When the PodWeaver plugin is used, the "distmeta" parameter comes from
31 the dist's distmeta data. Since this section is skipped when no
32 bugtracker data is in the distmeta, you'll need to make sure it's
33 there. A number of plugins set this data up automatically. To
34 manually configure your bugtracker data, you can add something like the
35 following to "dist.ini":
36
37 [MetaResources]
38 bugtracker.web = http://rt.cpan.org/NoAuth/Bugs.html?Dist=Pod-Weaver-Example
39 bugtracker.mailto = bug-pod-weaver-example@rt.cpan.org
40
41 ; Perhaps add repository stuff here:
42 repository.url =
43 repository.web =
44 repository.type =
45
46 [PodWeaver]
47
49 This module has the same support period as perl itself: it supports
50 the two most recent versions of perl. (That is, if the most recently
51 released version is v5.40, then this module should work on both v5.40
52 and v5.38.)
53
54 Although it may work on older versions of perl, no guarantee is made
55 that the minimum required version will not be increased. The version
56 may be increased for any reason, and there is no promise that patches
57 will be accepted to lower the minimum required perl.
58
60 header
61 The title of the header to be added. (default: "BUGS")
62
64 Ricardo SIGNES <rjbs@semiotic.systems>
65
67 This software is copyright (c) 2021 by Ricardo SIGNES.
68
69 This is free software; you can redistribute it and/or modify it under
70 the same terms as the Perl 5 programming language system itself.
71
72
73
74perl v5.34.0 2021-07-22 Pod::Weaver::Section::Bugs(3)