This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update Time-Local to CPAN version 1.25
[perl5.git] / Porting / checkcfgvar.pl
index 5c4f30e..601be18 100755 (executable)
@@ -34,7 +34,9 @@ GetOptions (
     "tap"      => \$tap,
     ) or usage (1);
 
-require 'regen/regen_lib.pl' if $opt_r;
+$default and $default =~ s/^'(.*)'$/$1/; # Will be quoted on generation
+
+require './regen/regen_lib.pl' if $opt_r;
 
 my $MASTER_CFG = "config_h.SH";
 # Inclusive bounds on the main part of the file, $section == 1 below:
@@ -46,16 +48,13 @@ my @CFG = (
           # 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",
           "symbian/config.sh",
           "uconfig.sh",
           "uconfig64.sh",
           "plan9/config_sh.sample",
           "win32/config.gc",
-          "win32/config.gc64",
           "win32/config.vc",
-          "win32/config.vc64",
           "win32/config.ce",
           "configure.com",
           "Porting/config.sh",