From 8f9facfe94536209fbcfd6151cbcc1cd67fd6e0a Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Sat, 9 Jun 2012 17:25:56 -0500 Subject: 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 Signed-off-by: Eric Wong --- perl/Makefile.PL | 1 + 1 file changed, 1 insertion(+) (limited to 'perl/Makefile.PL') diff --git a/perl/Makefile.PL b/perl/Makefile.PL index 424890a1a4..32caf214ab 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', ); -- cgit v1.3-5-g9baa