]> git.ipfire.org Git - thirdparty/git.git/blame - t/Git-SVN/00compile.t
mailinfo: factor out some repeated header handling
[thirdparty/git.git] / t / Git-SVN / 00compile.t
CommitLineData
c2768fa1
MS
1#!/usr/bin/env perl
2
3use strict;
4use warnings;
5
3d9be15f 6use Test::More tests => 7;
c2768fa1 7
5c71028f 8require_ok 'Git::SVN';
b74fda1c
MS
9require_ok 'Git::SVN::Utils';
10require_ok 'Git::SVN::Ra';
11require_ok 'Git::SVN::Log';
b772cb99 12require_ok 'Git::SVN::Migration';
10c2aa59 13require_ok 'Git::IndexInfo';
3d9be15f 14require_ok 'Git::SVN::GlobSpec';