
Module::Install::Homepage - automatically sets the homepage URL

# in Makefile.PL
use inc::Module::Install;
name 'Foo-Bar';
auto_set_homepage;

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.

auto_set_homepageSets the homepage URL via Module::Install's homepage() function. The name() needs to be set before calling this function.

No bugs have been reported.
Please report any bugs or feature requests through the web interface at http://rt.cpan.org.

See perlmodinstall for information and options on installing Perl modules.

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.

Marcel Grünauer, <marcel@cpan.org>

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.
