Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2012-07-27 03:22:24 +0400
committerEric Wong <normalperson@yhbt.net>2012-07-28 02:14:53 +0400
commit29499c0b2741cc2ea13b78a342048bad928dfe2a (patch)
tree0224e87fdefbc2a48392e994e5e7d430d5f97b6b /perl/Makefile
parent0f80aa03cf17973cb15eb34d5efedbd5eba70596 (diff)
Extract Git::SVN from git-svn into its own .pm file.
Except for adding the 1; at the end, this is a straight copy & paste. Tests still pass, but its doubtful Git::SVN will compile on its own without git-svn being loaded. Next commit will fix that. Signed-off-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'perl/Makefile')
-rw-r--r--perl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile b/perl/Makefile
index 3478103c94..a628582bca 100644
--- a/perl/Makefile
+++ b/perl/Makefile
@@ -29,6 +29,7 @@ instdir_SQ = $(subst ','\'',$(prefix)/lib)
modules += Git
modules += Git/I18N
+modules += Git/SVN
modules += Git/SVN/Memoize/YAML
modules += Git/SVN/Fetcher
modules += Git/SVN/Editor