Remove wince/ from checkcfgvar.pl, now that it is gone in 5.8.x too.
Nicholas Clark [Sun, 15 Apr 2007 12:37:44 +0000 (12:37 +0000)]
p4raw-id: //depot/perl@30958

Porting/checkcfgvar.pl

index 6f4e7d0..e9f3cd0 100644 (file)
@@ -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",
          );