GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Module::Install::Repository(3) User Contributed Perl Documentation Module::Install::Repository(3)

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.

Module::Install
2009-08-13 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.