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>
		
			
				
	
	
		
			15 lines
		
	
	
		
			280 B
		
	
	
	
		
			Perl
		
	
	
	
	
	
			
		
		
	
	
			15 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';
 |