From: Jarkko Hietaniemi Date: Sat, 8 Jun 2002 15:05:46 +0000 (+0000) Subject: Fix Glossary formatting bugs when creating Config.pm, X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=9b22980b339b4f89c40095204779dd6542c70c64;p=p5sagit%2Fp5-mst-13.2.git Fix Glossary formatting bugs when creating Config.pm, from Robin Barker. p4raw-id: //depot/perl@17096 --- diff --git a/configpm b/configpm index e0d5847..4bdde61 100755 --- a/configpm +++ b/configpm @@ -472,7 +472,7 @@ EOF ($text ? " or another paragraph of description" : () ); } s/n't/n\00t/g; # leave can't, won't etc untouched - s/^\t\s+(.*)/\n\t$1\n/gm; # Indented lines ===> paragraphs + s/^\t\s+(.*)/\n$1/gm; # Indented lines ===> new paragraph s/^(? text s{([\'\"])(?=[^\'\"\s]*[./][^\'\"\s]*\1)([^\'\"\s]+)\1}(F<$2>)g; # '.o' s{([\'\"])([^\'\"\s]+)\1}(C<$2>)g; # "date" command