
Module::Install::Repository - Automatically sets repository URL from svn/svk/Git checkout

# in Makefile.PL use inc::Module::Install; auto_set_repository;

Module::Install::Repository is a Module::Install plugin to automatically figure out repository URL and set it via repository() which then will be added to resources under META.yml.

The regular expression to rewrite Git repository URL to public clone URL is dependent on the server side directory layout, which means this module currently works only with github.com style.

Tatsuhiko Miyagawa <miyagawa@bulknews.net>
Darcs support by Shawn M Moore
git-svn support by Tokuhiro Matsuno

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