diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 19:11:49 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-08 19:11:49 +0000 |
commit | 7701ffb58b8f3a2ff02db582ebe083d697326f5c (patch) | |
tree | 600a56a63270e6cbf95737917ed195bfd0b89a7e /configpm | |
parent | a42d51ebffa968d7ccfe2140a34c0eeecd86410e (diff) | |
download | perl-7701ffb58b8f3a2ff02db582ebe083d697326f5c.tar.gz |
Because of #17097.
p4raw-id: //depot/perl@17111
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -500,7 +500,8 @@ EOF } if ($opts{glossary}) { - <GLOS>; # Skip the preamble + <GLOS>; # Skip the "DO NOT EDIT" + <GLOS>; # Skip the preamble while (<GLOS>) { process; print CONFIG; |