From 490967195a57553c2a8f6606d2a34f86d80b0257 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 11 Jun 2003 19:44:37 +0000 Subject: Handle des_modes.pod properly. PR: 634 --- util/extract-names.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'util/extract-names.pl') diff --git a/util/extract-names.pl b/util/extract-names.pl index d413a045cc..9f2ad5ef16 100644 --- a/util/extract-names.pl +++ b/util/extract-names.pl @@ -9,8 +9,8 @@ while() { } elsif ($name) { if (/ - /) { s/ - .*//; - s/[ \t,]+/ /g; - push @words, split ' '; + s/,[ \t]+/,/g; + push @words, split ','; } } if (/^=head1 *NAME *$/) { -- cgit v1.2.3