From 9f7ad1479d9ba88f175db57fba1ab704fc7b53d5 Mon Sep 17 00:00:00 2001 From: Jonathan Nieder Date: Sat, 9 Jun 2012 17:28:10 -0500 Subject: git-svn: make Git::SVN::RA a separate file This slices off another 600 or so lines from the frighteningly long git-svn.perl script. The Git::SVN::Ra interface is similar enough to SVN::Ra that it is probably safe to ignore most of its implementation on first reading. (Documenting or moving functions that do not fit that pattern is left as an exercise to the interested reader.) [ew: rebased and fixed conflict against commit c26ddce86d7215b4d9687bd4c6b5dd43a3fabf31 (git-svn: platform auth providers are working only on 1.6.15 or newer)] 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 32caf214ab..08afdcb2a5 100644 --- a/perl/Makefile.PL +++ b/perl/Makefile.PL @@ -30,6 +30,7 @@ my %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', + 'Git/SVN/Ra.pm' => '$(INST_LIBDIR)/Git/SVN/Ra.pm', ); # We come with our own bundled Error.pm. It's not in the set of default -- cgit v1.2.3