NAME
Module::Install::Homepage - automatically sets the homepage URL
SYNOPSIS
# in Makefile.PL
use inc::Module::Install;
name 'Foo-Bar';
auto_set_homepage;
DESCRIPTION
This is a plugin for Module::Install to automatically set the homepage URL via homepage()
which will then be added to resouces under META.yml.
FUNCTIONS
auto_set_homepage
-
Sets the homepage URL via Module::Install's
homepage()
function. Thename()
needs to be set before calling this function.
BUGS AND LIMITATIONS
No bugs have been reported.
Please report any bugs or feature requests through the web interface at http://rt.cpan.org.
INSTALLATION
See perlmodinstall for information and options on installing Perl modules.
AVAILABILITY
The latest version of this module is available from the Comprehensive Perl Archive Network (CPAN). Visit http://www.perl.com/CPAN/ to find a CPAN site near you. Or see http://www.perl.com/CPAN/authors/id/M/MA/MARCEL/.
The development version lives at http://github.com/hanekomu/module-install-homepage/. Instead of sending patches, please fork this project using the standard git and github infrastructure.
AUTHORS
Marcel Grünauer, <marcel@cpan.org>
COPYRIGHT AND LICENSE
Copyright 2009 by Marcel Grünauer
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.