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)

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.

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/sharyanto/perl-Pod-Weaver-Section-Homepage-DefaultCPAN.

BUGS

Please report any bugs or feature requests on the bugtracker website http://rt.cpan.org/Public/Dist/Display.html?Name=Pod-Weaver-Section-Homepag e-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.

AUTHOR

Steven Haryanto <stevenharyanto@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by Steven Haryanto.

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