Skip to content

Commit e82deae

Browse files
committed
Parenthesis for Perl 5.8 - 5.22
1 parent cf0e832 commit e82deae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/file_which.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ unless (File::Which::is_vms or File::Which::is_mac or File::Which::is_win ) {
9999
local $ENV{PATH} = $ENV{PATH};
100100

101101
# Where is the test application
102-
my $test_bin = File::Spec->catdir( 'corpus', $^O =~ /^(MSWin32|dos|os2)$/ ? 'test-bin-win' : 'test-bin-unix' );
102+
my $test_bin = File::Spec->catdir( 'corpus', ( $^O =~ /^(MSWin32|dos|os2)$/ ? 'test-bin-win' : 'test-bin-unix' ) );
103103
ok( -d $test_bin, 'Found test-bin' );
104104

105105
# Set up for running the test application

0 commit comments

Comments
 (0)