This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
b515a41
)
Change 29297 omitted a semicolon.
author
Nicholas Clark
<nick@ccl4.org>
Fri, 17 Nov 2006 13:01:51 +0000
(13:01 +0000)
committer
Nicholas Clark
<nick@ccl4.org>
Fri, 17 Nov 2006 13:01:51 +0000
(13:01 +0000)
p4raw-id: //depot/perl@29302
t/op/taint.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/taint.t
b/t/op/taint.t
index
f9bb604
..
9e4bba2
100755
(executable)
--- a/
t/op/taint.t
+++ b/
t/op/taint.t
@@
-44,7
+44,7
@@
my $Is_MSWin32 = $^O eq 'MSWin32';
my $Is_NetWare = $^O eq 'NetWare';
my $Is_Dos = $^O eq 'dos';
my $Is_Cygwin = $^O eq 'cygwin';
-my $Is_OpenBSD = $^O eq 'openbsd'
+my $Is_OpenBSD = $^O eq 'openbsd'
;
my $Invoke_Perl = $Is_VMS ? 'MCR Sys$Disk:[]Perl.' :
$Is_MSWin32 ? '.\perl' :
$Is_MacOS ? ':perl' :