Extract Git::SVN from git-svn into its own .pm file.
commit29499c0b2741cc2ea13b78a342048bad928dfe2a
authorMichael G. Schwern <schwern@pobox.com>
Thu, 26 Jul 2012 23:22:24 +0000 (26 16:22 -0700)
committerEric Wong <normalperson@yhbt.net>
Fri, 27 Jul 2012 22:14:53 +0000 (27 22:14 +0000)
tree0224e87fdefbc2a48392e994e5e7d430d5f97b6b
parent0f80aa03cf17973cb15eb34d5efedbd5eba70596
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>
git-svn.perl
perl/Git/SVN.pm [new file with mode: 0644]
perl/Makefile