summaryrefslogtreecommitdiff
path: root/perl/Makefile.PL
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2012-06-09 22:25:56 (GMT)
committerEric Wong <normalperson@yhbt.net>2012-06-10 08:45:56 (GMT)
commit8f9facfe94536209fbcfd6151cbcc1cd67fd6e0a (patch)
treeaa6f0aa5c1a323d6c9d515127d9bbd7e183d970f /perl/Makefile.PL
parent02101c969dba9de4200cdd0cc8d88ce665b2c474 (diff)
downloadgit-8f9facfe94536209fbcfd6151cbcc1cd67fd6e0a.zip
git-8f9facfe94536209fbcfd6151cbcc1cd67fd6e0a.tar.gz
git-8f9facfe94536209fbcfd6151cbcc1cd67fd6e0a.tar.bz2
git-svn: make Git::SVN::Editor a separate file
This makes the git-svn script shorter and less scary for beginners to read through for the first time. Take the opportunity to explain the purpose and basic interface of the Git::SVN::Editor class while at it. 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 424890a..32caf21 100644
--- a/perl/Makefile.PL
+++ b/perl/Makefile.PL
@@ -28,6 +28,7 @@ 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/Editor.pm' => '$(INST_LIBDIR)/Git/SVN/Editor.pm',
'Git/SVN/Prompt.pm' => '$(INST_LIBDIR)/Git/SVN/Prompt.pm',
);