This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
stop the eliding of void $pkg_var from assert fail
[perl5.git] / Porting / checkcfgvar.pl
index 3ebde3a..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";