This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
bump version to v5.25.1: now open for business
[perl5.git] / Porting / checkcfgvar.pl
index 26709a4..4dc93df 100755 (executable)
@@ -34,6 +34,8 @@ GetOptions (
     "tap"      => \$tap,
     ) or usage (1);
 
+$default and $default =~ s/^'(.*)'$/$1/; # Will be quoted on generation
+
 require 'regen/regen_lib.pl' if $opt_r;
 
 my $MASTER_CFG = "config_h.SH";
@@ -46,7 +48,6 @@ 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",