summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorElizabeth Mattijsen <liz@dijkmat.nl>2003-09-09 01:58:34 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2003-09-08 20:57:25 +0000
commit868b60787e2625b93a647ab61f53849d7281cc87 (patch)
tree1545dfd934410581918f8c7fce48d9911ab1589a /configpm
parent71a1411e8309f445a8e3afde57ce393886ff905f (diff)
downloadperl-868b60787e2625b93a647ab61f53849d7281cc87.tar.gz
configpm: about 1.5K less per thread
Message-Id: <p05111b21bb829c68b496@[192.168.56.4]> p4raw-id: //depot/perl@21109
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm2
1 files changed, 1 insertions, 1 deletions
diff --git a/configpm b/configpm
index d0947d0490..b729e7e39b 100755
--- 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*$/;