FreeBSD Manual Pages
Module::Install::ReposUseryContributed Perl DocuModule::Install::Repository(3) 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 perl v5.32.1 2009-08-13 Module::Install::Repository(3)
NAME | SYNOPSIS | DESCRIPTION | CAVEATS | AUTHOR | LICENSE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Module::Install::Repository&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>