summaryrefslogtreecommitdiff
path: root/perl/Makefile.PL
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2012-05-28 02:03:58 -0500
committerEric Wong <normalperson@yhbt.net>2012-05-29 00:17:59 +0000
commita6180325e885e2226d68144000e8bb18a906a2a6 (patch)
tree5f62c318becc0f0a4319cca7cf8786197ae2d927 /perl/Makefile.PL
parent72827aa468b467157643bb3689c8786e86e4a58c (diff)
downloadgit-a6180325e885e2226d68144000e8bb18a906a2a6.tar.gz
git-svn: make Git::SVN::Fetcher a separate file
This patch removes a chunk of code (the Git::SVN::Fetcher consumer of libsvn's tree delta protocol) from git-svn.perl and documents its interface so the hurried reader does not have to read that code right away. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'perl/Makefile.PL')
-rw-r--r--perl/Makefile.PL1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile.PL b/perl/Makefile.PL
index 4d8e31d25f..424890a1a4 100644
--- a/perl/Makefile.PL
+++ b/perl/Makefile.PL
@@ -27,6 +27,7 @@ MAKE_FRAG
my %pm = (
'Git.pm' => '$(INST_LIBDIR)/Git.pm',
'Git/I18N.pm' => '$(INST_LIBDIR)/Git/I18N.pm',
+ 'Git/SVN/Fetcher.pm' => '$(INST_LIBDIR)/Git/SVN/Fetcher.pm',
'Git/SVN/Prompt.pm' => '$(INST_LIBDIR)/Git/SVN/Prompt.pm',
);