The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Pod::Weaver::Section::SourceGitHub - Add SOURCE pod section for a github repository

VERSION

version 0.57

SYNOPSIS

in weaver.ini:

 [SourceGitHub]

OVERVIEW

This section plugin will produce a hunk of Pod that gives the github URL for your module, as well as instructions on how to clone the repository.

METHODS

weave_section

adds the SOURCE section.

SOURCE

The development version is on github at https://github.com/mschout/pod-weaver-section-sourcegithub and may be cloned from https://github.com/mschout/pod-weaver-section-sourcegithub.git

BUGS

Please report any bugs or feature requests on the bugtracker website https://github.com/mschout/pod-weaver-section-sourcegithub/issues

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

Michael Schout <mschout@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2024 by Michael Schout.

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