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.019
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 should work on any version of perl still receiving updates
50 from the Perl 5 Porters. This means it should work on any version of
51 perl released in the last two to three years. (That is, if the most
52 recently released version is v5.40, then this module should work on
53 both v5.40 and v5.38.)
54
55 Although it may work on older versions of perl, no guarantee is made
56 that the minimum required version will not be increased. The version
57 may be increased for any reason, and there is no promise that patches
58 will be accepted to lower the minimum required perl.
59
61 header
62 The title of the header to be added. (default: "BUGS")
63
65 Ricardo SIGNES <cpan@semiotic.systems>
66
68 This software is copyright (c) 2023 by Ricardo SIGNES.
69
70 This is free software; you can redistribute it and/or modify it under
71 the same terms as the Perl 5 programming language system itself.
72
73
74
75perl v5.36.0 2023-01-20 Pod::Weaver::Section::Bugs(3)