NAME Module::Install::Bugtracker - automatically sets the bugtracker URL SYNOPSIS # in Makefile.PL use inc::Module::Install; name 'Foo-Bar'; auto_set_bugtracker; DESCRIPTION This is a plugin for Module::Install to automatically set the bugtracker URL via "bugtracker()" which will then be added to resources under *META.yml*. FUNCTIONS "auto_set_bugtracker" Sets the bugtracker URL via Module::Install's "bugtracker()" function. The "name()" 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 . 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 to find a CPAN site near you. Or see . The development version lives at . Instead of sending patches, please fork this project using the standard git and github infrastructure. AUTHORS Marcel Grünauer, "" 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. SEE ALSO Module::Install