File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ use warnings;
4
4
use Test::More;
5
5
use Archive::Extract;
6
6
7
- foreach my $name qw( test-project test-project-packs test-project-packs2 test-encoding) {
7
+ foreach my $name ( qw( test-project test-project-packs test-project-packs2 test-encoding) ) {
8
8
next if -d $name ;
9
9
my $ae = Archive::Extract-> new( archive => " $name .tgz" );
10
10
$ae -> extract;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ use Path::Class;
7
7
8
8
my $checkout_directory = dir(' t/checkout' );
9
9
10
- foreach my $directory qw( test-project test-project-packs test-project-packs2)
10
+ foreach my $directory ( qw( test-project test-project-packs test-project-packs2) )
11
11
{
12
12
my $git = Git::PurePerl-> new( directory => $directory );
13
13
like( $git -> master_sha1, qr / ^[a-z0-9]{40}$ / );
You can’t perform that action at this time.
0 commit comments