File: 00-load.t

package info (click to toggle)
libgit-wrapper-perl 0.048-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, trixie
  • size: 252 kB
  • sloc: perl: 481; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 307 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
use Test::More tests => 6;

BEGIN {
  use_ok('Git::Wrapper::Status');
  use_ok('Git::Wrapper::Statuses');
  use_ok('Git::Wrapper::Exception');
  use_ok('Git::Wrapper::File::RawModification');
  use_ok('Git::Wrapper::Log');
  use_ok('Git::Wrapper');
}

diag( "Testing Git::Wrapper $Git::Wrapper::VERSION" );