From aade5aff4d4ca48f8b8ad56cbcbd37531afa2401 Mon Sep 17 00:00:00 2001 From: Yitzchak Scott-Thoennes Date: Tue, 19 Feb 2002 03:55:36 -0800 Subject: d_Gconvert hints and Glossary Message-ID: <42qc8gzkgOFN092yn@efn.org> p4raw-id: //depot/perl@14786 --- configpm | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'configpm') diff --git a/configpm b/configpm index 9f1a2e11cd..d8339fa22b 100755 --- a/configpm +++ b/configpm @@ -420,20 +420,25 @@ $text = 0; $/ = ''; sub process { - s/\A(\w*)\s+\(([\w.]+)\):\s*\n(\t?)/=item C<$1>\n\nFrom F<$2>:\n\n/m; - my $c = substr $1, 0, 1; - unless ($seen{$c}++) { - print CONFIG <\n\nFrom F<$2>:\n\n/m) { + my $c = substr $1, 0, 1; + unless ($seen{$c}++) { + print CONFIG < paragraphs -- cgit v1.2.1