diff options
author | Elizabeth Mattijsen <liz@dijkmat.nl> | 2003-09-09 01:58:34 +0200 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-09-08 20:57:25 +0000 |
commit | 868b60787e2625b93a647ab61f53849d7281cc87 (patch) | |
tree | 1545dfd934410581918f8c7fce48d9911ab1589a /configpm | |
parent | 71a1411e8309f445a8e3afde57ce393886ff905f (diff) | |
download | perl-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-x | configpm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*$/; |