]> git.vpit.fr Git - perl/modules/rgit.git/blob - t/00-load.t
Test that 'rgit gui' acts as Once
[perl/modules/rgit.git] / t / 00-load.t
1 #!perl -T
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 4;
7
8 BEGIN {
9         use_ok( 'App::Rgit' );
10         use_ok( 'App::Rgit::Command' );
11         use_ok( 'App::Rgit::Command::Each' );
12         use_ok( 'App::Rgit::Command::Once' );
13 }
14
15 diag( "Testing App::Rgit $App::Rgit::VERSION, Perl $], $^X" );