projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
01d2496
)
One too many ('s in change #28043.
Steve Peters [Tue, 2 May 2006 02:50:33 +0000 (
02:50
+0000)]
p4raw-link: @28043 on //depot/perl:
e9014798f4f634151d92887db69bde2b6ef69071
p4raw-id: //depot/perl@28046
ext/Errno/Errno_pm.PL
patch
|
blob
|
blame
|
history
diff --git
a/ext/Errno/Errno_pm.PL
b/ext/Errno/Errno_pm.PL
index
97e0466
..
a2cd26e
100644
(file)
--- a/
ext/Errno/Errno_pm.PL
+++ b/
ext/Errno/Errno_pm.PL
@@
-141,7
+141,7
@@
sub get_files {
$file{$1} = 1;
}
} elsif ($^O eq 'linux' &&
- ($Config{gccversion} ne '' &&
+ $Config{gccversion} ne '' &&
$Config{gccversion} !~ /intel/i
# might be using, say, Intel's icc
) {