1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-11-01 06:47:52 +01:00
git/t/Git-SVN/00compile.t

10 lines
129 B
Perl
Raw Normal View History

#!/usr/bin/env perl
use strict;
use warnings;
use Test::More tests => 2;
require_ok 'Git::SVN::Utils';
require_ok 'Git::SVN';