Skip to content

Commit e245c15

Browse files
kentfredricwchristian
authored andcommitted
Fixup a bad C< for my qw( ) > unwrapped qw()
1 parent 038ee92 commit e245c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: t/simple.t

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use Path::Class;
77

88
my $checkout_directory = dir('t/checkout');
99

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))
1111
{
1212
my $git = Git::PurePerl->new( directory => $directory );
1313
like( $git->master_sha1, qr/^[a-z0-9]{40}$/ );

0 commit comments

Comments
 (0)