diff options
author | Michael G. Schwern <schwern@pobox.com> | 2012-07-26 16:22:24 -0700 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2012-07-27 22:14:53 +0000 |
commit | 29499c0b2741cc2ea13b78a342048bad928dfe2a (patch) | |
tree | 0224e87fdefbc2a48392e994e5e7d430d5f97b6b /perl/Makefile | |
parent | Prepare Git::SVN for extraction into its own file. (diff) | |
download | tgif-29499c0b2741cc2ea13b78a342048bad928dfe2a.tar.xz |
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>
Diffstat (limited to 'perl/Makefile')
-rw-r--r-- | perl/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |