aboutsummaryrefslogtreecommitdiff
path: root/perl/Makefile
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2012-07-26 17:26:06 -0700
committerEric Wong <normalperson@yhbt.net>2012-07-27 22:36:19 +0000
commit3d9be15fc2b8c8198253ae1c4dcaa343b74c3b8d (patch)
tree6f8732038831d7c3dacc0efe4ea837cfc53a34e8 /perl/Makefile
parent10c2aa5928b5309374bb4328f1c2849cb4ae65cc (diff)
downloadgit-3d9be15fc2b8c8198253ae1c4dcaa343b74c3b8d.tar.gz
git-3d9be15fc2b8c8198253ae1c4dcaa343b74c3b8d.tar.xz
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 <normalperson@yhbt.net>
Diffstat (limited to 'perl/Makefile')
-rw-r--r--perl/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/perl/Makefile b/perl/Makefile
index 0b0e345cc..15d96fcc7 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