summaryrefslogtreecommitdiff
path: root/t/Git-SVN/00compile.t
blob: 97475d920c27933d25fb9415fec73edbadf7f2b1 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env perl

use strict;
use warnings;

use Test::More tests => 2;

require_ok 'Git::SVN::Utils';
require_ok 'Git::SVN';