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.017
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 header
50 The title of the header to be added. (default: "BUGS")
51
53 Ricardo SIGNES <rjbs@cpan.org>
54
56 This software is copyright (c) 2021 by Ricardo SIGNES.
57
58 This is free software; you can redistribute it and/or modify it under
59 the same terms as the Perl 5 programming language system itself.
60
61
62
63perl v5.32.1 2021-04-19 Pod::Weaver::Section::Bugs(3)