NAME
Pod::Weaver::Section::Bugs::DefaultRT - Add a BUGS section to refer to bugtracker (or RT as default)
VERSION
This document describes version 0.06 of Pod::Weaver::Section::Bugs::DefaultRT (from Perl distribution Pod-Weaver-Section-Bugs-DefaultRT), released on 2016-10-07.
SYNOPSIS
In your weaver.ini
:
[Bugs::DefaultRT]
To specify a bugtracker other than RT (http://rt.cpan.org), in your dist.ini:
[MetaResources]
bugtracker=http://example.com/
or to specify email address:
[MetaResources]
bugtracker.mailto=someone@example.com
DESCRIPTION
This section plugin is like Pod::Weaver::Section::Bugs, except that it gives RT as the default.
HOMEPAGE
Please visit the project's homepage at https://metacpan.org/release/Pod-Weaver-Section-Bugs-DefaultRT.
SOURCE
Source repository is at https://github.com/perlancar/perl-Pod-Weaver-Section-Bugs-DefaultRT.
BUGS
Please report any bugs or feature requests on the bugtracker website https://rt.cpan.org/Public/Dist/Display.html?Name=Pod-Weaver-Section-Bugs-DefaultRT
When submitting a bug or request, please include a test-file or a patch to an existing test-file that illustrates the bug or desired feature.
SEE ALSO
Pod::Weaver::Section::Bugs which requires us setting bugtracker
metadata.
Pod::Weaver::Section::BugsRT which always uses RT.
AUTHOR
perlancar <perlancar@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by perlancar@cpan.org.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.