configpm: about 1.5K less per thread
Elizabeth Mattijsen [Mon, 8 Sep 2003 23:58:34 +0000 (01:58 +0200)]
Message-Id: <p05111b21bb829c68b496@[192.168.56.4]>

p4raw-id: //depot/perl@21109

configpm

index d0947d0..b729e7e 100755 (executable)
--- a/configpm
+++ b/configpm
@@ -213,7 +213,7 @@ close CONFIG_SH;
 print CONFIG @non_v, "\n";
 
 # copy config summary format from the myconfig.SH script
-print CONFIG "my \$summary = <<'!END!';\n";
+print CONFIG "our \$summary : shared = <<'!END!';\n";
 open(MYCONFIG,"<myconfig.SH") || die "open myconfig.SH failed: $!";
 1 while defined($_ = <MYCONFIG>) && !/^Summary of/;
 do { print CONFIG $_ } until !defined($_ = <MYCONFIG>) || /^\s*$/;