summaryrefslogtreecommitdiff
path: root/Porting/checkcfgvar.pl
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2007-04-15 12:37:44 +0000
committerNicholas Clark <nick@ccl4.org>2007-04-15 12:37:44 +0000
commitbb0fc3611a9600cbe695ca07788dc98357c8a1a7 (patch)
tree1a247f47b044f7f65f9f7017706849f9243ff593 /Porting/checkcfgvar.pl
parent89130308725a12ce183c05be692b65486b9c3d87 (diff)
downloadperl-bb0fc3611a9600cbe695ca07788dc98357c8a1a7.tar.gz
Remove wince/ from checkcfgvar.pl, now that it is gone in 5.8.x too.
p4raw-id: //depot/perl@30958
Diffstat (limited to 'Porting/checkcfgvar.pl')
-rw-r--r--Porting/checkcfgvar.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/Porting/checkcfgvar.pl b/Porting/checkcfgvar.pl
index 6f4e7d0dc6..e9f3cd05a7 100644
--- a/Porting/checkcfgvar.pl
+++ b/Porting/checkcfgvar.pl
@@ -18,6 +18,8 @@ my %MASTER_CFG;
my @CFG = (
# This list contains both 5.8.x and 5.9.x files,
# we check from MANIFEST whether they are expected to be present.
+ # We can't base our check on $], because that's the version of the
+ # perl that we are running, not the version of the source tree.
"Cross/config.sh-arm-linux",
"epoc/config.sh",
"NetWare/config.wc",
@@ -31,7 +33,6 @@ my @CFG = (
"win32/config.vc",
"win32/config.vc64",
"win32/config.ce",
- "wince/config.ce",
"configure.com",
);