From b772cb9994e085c4a55820092011ee2b8997b0ac Mon Sep 17 00:00:00 2001
From: "Michael G. Schwern" <schwern@pobox.com>
Date: Thu, 26 Jul 2012 17:26:03 -0700
Subject: Extract Git::SVN::Migration from git-svn.

Straight cut & paste.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
---
 t/Git-SVN/00compile.t | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

(limited to 't/Git-SVN')

diff --git a/t/Git-SVN/00compile.t b/t/Git-SVN/00compile.t
index 37626f428..1307b65e8 100644
--- a/t/Git-SVN/00compile.t
+++ b/t/Git-SVN/00compile.t
@@ -3,9 +3,10 @@
 use strict;
 use warnings;
 
-use Test::More tests => 4;
+use Test::More tests => 5;
 
 require_ok 'Git::SVN';
 require_ok 'Git::SVN::Utils';
 require_ok 'Git::SVN::Ra';
 require_ok 'Git::SVN::Log';
+require_ok 'Git::SVN::Migration';
-- 
cgit v1.2.1