From: Nicholas Clark Date: Sun, 15 Apr 2007 12:37:44 +0000 (+0000) Subject: Remove wince/ from checkcfgvar.pl, now that it is gone in 5.8.x too. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=bb0fc3611a9600cbe695ca07788dc98357c8a1a7;p=p5sagit%2Fp5-mst-13.2.git Remove wince/ from checkcfgvar.pl, now that it is gone in 5.8.x too. p4raw-id: //depot/perl@30958 --- diff --git a/Porting/checkcfgvar.pl b/Porting/checkcfgvar.pl index 6f4e7d0..e9f3cd0 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", );