|
NAMEModule::Install::Repository - Automatically sets repository URL from svn/svk/Git checkout SYNOPSIS# in Makefile.PL use inc::Module::Install; auto_set_repository; DESCRIPTIONModule::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. CAVEATSThe 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. AUTHORTatsuhiko Miyagawa <miyagawa@bulknews.net> Darcs support by Shawn M Moore git-svn support by Tokuhiro Matsuno LICENSEThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSOModule::Install
|