projects
/
git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
mergetool--lib: fix '--tool-help' to correctly show available tools
[git]
/
t
/
Git-SVN
/
00compile.t
1
#!/usr/bin/env perl
2
3
use strict;
4
use warnings;
5
6
use Test::More tests => 7;
7
8
require_ok 'Git::SVN';
9
require_ok 'Git::SVN::Utils';
10
require_ok 'Git::SVN::Ra';
11
require_ok 'Git::SVN::Log';
12
require_ok 'Git::SVN::Migration';
13
require_ok 'Git::IndexInfo';
14
require_ok 'Git::SVN::GlobSpec';