]> git.ipfire.org Git - thirdparty/git.git/blob - t/Git-SVN/00compile.t
Extract Git::SVN::Log from git-svn.
[thirdparty/git.git] / t / Git-SVN / 00compile.t
1 #!/usr/bin/env perl
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 4;
7
8 require_ok 'Git::SVN';
9 require_ok 'Git::SVN::Utils';
10 require_ok 'Git::SVN::Ra';
11 require_ok 'Git::SVN::Log';