NAME Pod::Weaver::Section::Homepage::DefaultCPAN - Add a HOMEPAGE section (homepage defaults to MetaCPAN release page) VERSION This document describes version 0.03 of Pod::Weaver::Section::Homepage::DefaultCPAN (from Perl distribution Pod-Weaver-Section-Homepage-DefaultCPAN), released on 2015-01-07. SYNOPSIS In your "weaver.ini": [Homepage::DefaultCPAN] To specify homepage other than "https://metacpan.org/release/NAME", in dist.ini: [MetaResources] homepage=http://example.com/ DESCRIPTION This section plugin adds a HOMEPAGE section using "homepage" metadata, or MetaCPAN release page if "homepage" is not specified. ATTRIBUTES text The text that is added. %s is replaced by the homepage url. Default: "Please visit the project's homepage at L<%s>." SEE ALSO Pod::Weaver::Section::Availability 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.