p4raw-id: //depot/perl@30958
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",
"win32/config.vc",
"win32/config.vc64",
"win32/config.ce",
- "wince/config.ce",
"configure.com",
);