NAME

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

SYNOPSIS

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

DESCRIPTION

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.

CAVEATS

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.

AUTHOR

Tatsuhiko Miyagawa <miyagawa@bulknews.net>

Darcs support by Shawn M Moore

git-svn support by Tokuhiro Matsuno

LICENSE

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

SEE ALSO

Module::Install