Move Git::IndexInfo into its own file.

Straight cut & paste.  Didn't require any fixing.

Signed-off-by: Eric Wong <normalperson@yhbt.net>
This commit is contained in:
Michael G. Schwern
2012-07-26 17:26:05 -07:00
committed by Eric Wong
parent e96cdba110
commit 10c2aa5928
5 changed files with 37 additions and 33 deletions

View File

@ -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';