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

NAME

Pod::Weaver::Section::Homepage::DefaultCPAN - Add a HOMEPAGE section (homepage defaults to MetaCPAN release page)

VERSION

This document describes version 0.05 of Pod::Weaver::Section::Homepage::DefaultCPAN (from Perl distribution Pod-Weaver-Section-Homepage-DefaultCPAN), released on 2015-04-02.

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 https://metacpan.org/release/Pod-Weaver-Section-Homepage-DefaultCPAN.

SOURCE

Source repository is at https://github.com/perlancar/perl-Pod-Weaver-Section-Homepage-DefaultCPAN.=head1 BUGS

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

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. =head1 AUTHOR

perlancar <perlancar@cpan.org>

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.