summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-06-08 19:11:49 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-06-08 19:11:49 +0000
commit7701ffb58b8f3a2ff02db582ebe083d697326f5c (patch)
tree600a56a63270e6cbf95737917ed195bfd0b89a7e /configpm
parenta42d51ebffa968d7ccfe2140a34c0eeecd86410e (diff)
downloadperl-7701ffb58b8f3a2ff02db582ebe083d697326f5c.tar.gz
Because of #17097.
p4raw-id: //depot/perl@17111
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm3
1 files changed, 2 insertions, 1 deletions
diff --git a/configpm b/configpm
index 4bdde612de..a83e8661fb 100755
--- a/configpm
+++ b/configpm
@@ -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;