summaryrefslogtreecommitdiff
path: root/ext/Errno
diff options
context:
space:
mode:
authorSteve Peters <steve@fisharerojo.org>2006-05-02 02:50:33 +0000
committerSteve Peters <steve@fisharerojo.org>2006-05-02 02:50:33 +0000
commit65a03812db60fb8c176a0aca1ddfc6f7f489c506 (patch)
treed561f5a05c2214bc325f7e215a60fdbecac91c81 /ext/Errno
parent01d24961363e0071df30adb4d21737db6ba1878b (diff)
downloadperl-65a03812db60fb8c176a0aca1ddfc6f7f489c506.tar.gz
One too many ('s in change #28043.
p4raw-link: @28043 on //depot/perl: e9014798f4f634151d92887db69bde2b6ef69071 p4raw-id: //depot/perl@28046
Diffstat (limited to 'ext/Errno')
-rw-r--r--ext/Errno/Errno_pm.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/Errno/Errno_pm.PL b/ext/Errno/Errno_pm.PL
index 97e0466cb0..a2cd26e63d 100644
--- 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
) {