Skip to content

Commit

Permalink
Require git v1.7.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumeaubert committed Jun 5, 2014
1 parent 2a8dc58 commit 0753a0f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions t/10-run.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ use App::GitHooks::Test qw( ok_add_files ok_setup_repository );

## no critic (RegularExpressions::RequireExtendedFormatting)

# Require git.
has_git( '1.7.4.1' );

# Test files.
my $files =
{
Expand Down
3 changes: 3 additions & 0 deletions t/11-perlcompile.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ use App::GitHooks::Test qw( ok_add_files ok_setup_repository );

## no critic (RegularExpressions::RequireExtendedFormatting)

# Require git.
has_git( '1.7.4.1' );

# List of tests to perform.
my $tests =
[
Expand Down

0 comments on commit 0753a0f

Please sign in to comment.