From 29499c0b2741cc2ea13b78a342048bad928dfe2a Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Thu, 26 Jul 2012 16:22:24 -0700 Subject: 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 Signed-off-by: Eric Wong --- perl/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'perl/Makefile') diff --git a/perl/Makefile b/perl/Makefile index 3478103c94..a628582bca 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -29,6 +29,7 @@ instdir_SQ = $(subst ','\'',$(prefix)/lib) modules += Git modules += Git/I18N +modules += Git/SVN modules += Git/SVN/Memoize/YAML modules += Git/SVN/Fetcher modules += Git/SVN/Editor -- cgit v1.2.3