From 3d9be15fc2b8c8198253ae1c4dcaa343b74c3b8d Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Thu, 26 Jul 2012 17:26:06 -0700 Subject: Extract Git::SVN::GlobSpec from git-svn. Straight cut & paste. That's the last class. * Make Git::SVN load it on its own, its the only thing that needs it. 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 0b0e345cc0..15d96fcc7a 100644 --- a/perl/Makefile +++ b/perl/Makefile @@ -34,6 +34,7 @@ modules += Git/SVN modules += Git/SVN/Memoize/YAML modules += Git/SVN/Fetcher modules += Git/SVN/Editor +modules += Git/SVN/GlobSpec modules += Git/SVN/Log modules += Git/SVN/Migration modules += Git/SVN/Prompt -- cgit v1.2.3