mirror of
https://github.com/git/git.git
synced 2024-11-02 07:17:58 +01:00
3d9be15fc2
Straight cut & paste. That's the last class. * Make Git::SVN load it on its own, its the only thing that needs it. Signed-off-by: Eric Wong <normalperson@yhbt.net>
14 lines
280 B
Perl
14 lines
280 B
Perl
#!/usr/bin/env perl
|
|
|
|
use strict;
|
|
use warnings;
|
|
|
|
use Test::More tests => 7;
|
|
|
|
require_ok 'Git::SVN';
|
|
require_ok 'Git::SVN::Utils';
|
|
require_ok 'Git::SVN::Ra';
|
|
require_ok 'Git::SVN::Log';
|
|
require_ok 'Git::SVN::Migration';
|
|
require_ok 'Git::IndexInfo';
|
|
require_ok 'Git::SVN::GlobSpec';
|