App-GitGot

 view release on metacpan or  search on metacpan

t/01-run.t  view on Meta::CPAN

#! /usr/bin/env perl
use 5.014;                      # strict, unicode_strings
use warnings;
use Test::Class::Load qw<t/lib>;
use Test::More;

use File::Temp qw/ tempdir /;
use Git::Wrapper;

my $dir = tempdir(CLEANUP => 1);
my $git = Git::Wrapper->new($dir);

my $version = $git->version;
diag( "Testing with git version: " . $version );



( run in 1.357 second using v1.01-cache-2.11-cpan-75ffa21a3d4 )