From 10c2aa5928b5309374bb4328f1c2849cb4ae65cc Mon Sep 17 00:00:00 2001 From: "Michael G. Schwern" Date: Thu, 26 Jul 2012 17:26:05 -0700 Subject: Move Git::IndexInfo into its own file. Straight cut & paste. Didn't require any fixing. Signed-off-by: Eric Wong --- 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 1307b65e8c..5419438746 100644 --- a/t/Git-SVN/00compile.t +++ b/t/Git-SVN/00compile.t @@ -3,10 +3,11 @@ use strict; use warnings; -use Test::More tests => 5; +use Test::More tests => 6; require_ok 'Git::SVN'; require_ok 'Git::SVN::Utils'; require_ok 'Git::SVN::Ra'; require_ok 'Git::SVN::Log'; require_ok 'Git::SVN::Migration'; +require_ok 'Git::IndexInfo'; -- cgit v1.2.3