mirror of
https://github.com/git/git.git
synced 2024-11-01 06:47:52 +01:00
5c71028fce
Also it can compile on its own now, yay! Signed-off-by: Junio C Hamano <gitster@pobox.com> Signed-off-by: Eric Wong <normalperson@yhbt.net>
9 lines
129 B
Perl
9 lines
129 B
Perl
#!/usr/bin/env perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use Test::More tests => 2;
|
|
|
|
require_ok 'Git::SVN::Utils';
|
|
require_ok 'Git::SVN';
|