SYNOPSIS

    This section plugin provides the same behaviour as
    Pod::Weaver::Section::Source::DefaultGitHub but with the
    Pod::Weaver::Role::SectionReplacer role applied.

    In your weaver.ini:

     [ReplaceSource::DefaultGitHub]

    If repository is not specified in dist.ini, will search for github
    user/repo name from git config file (.git/config).

    To specify a source repository other than https://github.com/USER/REPO,
    in dist.ini:

     [MetaResources]
     repository=http://example.com/

DESCRIPTION

    This section plugin adds or replace a SOURCE section, using repository
    metadata or (if not specified) GitHub.

ATTRIBUTES

 text

    The text that is added. %s is replaced by the repository URL.

    Default:

     Source repository is at LE<lt>%sE<gt>.

SEE ALSO

    Pod::Weaver::Section::Source::DefaultGitHub