NAME
    Pod::Weaver::Section::Bugs::DefaultRT - Add a BUGS section to refer to
    bugtracker (or RT as default)

VERSION
    version 0.03

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.

FUNCTIONS
    None are exported by default, but they are exportable.

SEE ALSO
    Pod::Weaver::Section::Bugs which requires us setting "bugtracker"
    metadata.

    Pod::Weaver::Section::BugsRT which always uses RT.

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/sharyanto/perl-Pod-Weaver-Section-Bugs-DefaultRT>.

BUGS
    Please report any bugs or feature requests on the bugtracker website
    "/rt.cpan.org/Public/Dist/Display.html?Name=Pod-Weaver-Section-Bugs
    -DefaultRT" in https:

    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.

AUTHOR
    Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE
    This software is copyright (c) 2013 by Steven Haryanto.

    This is free software; you can redistribute it and/or modify it under
    the same terms as the Perl 5 programming language system itself.

