NAME Pod::Weaver::Section::Source::DefaultGitHub - Add a SOURCE section (repository defaults to GitHub) VERSION This document describes version 0.05 of Pod::Weaver::Section::Source::DefaultGitHub (from Perl distribution Pod-Weaver-Section-Source-DefaultGitHub), released on 2015-01-07. SYNOPSIS In your "weaver.ini": [Source::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 a SOURCE section, using "repository" metadata or (if not specified) GitHub. SEE ALSO Pod::Weaver::Section::SourceGitHub HOMEPAGE Please visit the project's homepage at . SOURCE Source repository is at . BUGS Please report any bugs or feature requests on the bugtracker website 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 perlancar COPYRIGHT AND LICENSE This software is copyright (c) 2015 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.