From: Frank Lichtenheld Date: Sun, 21 Oct 2007 22:20:33 +0000 (+0200) Subject: parse-packages: be friendlier to syntax highlighting X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=485fe50d53e3d25a624ab058678891e6c830ee3c parse-packages: be friendlier to syntax highlighting --- diff --git a/bin/parse-packages b/bin/parse-packages index 6e27c3a..3c78323 100755 --- a/bin/parse-packages +++ b/bin/parse-packages @@ -303,7 +303,7 @@ for (my $i=1; $i<= $#descriptions; $i++) { } } if ($tags) { - foreach my $t (split /, /, $tags) { + foreach my $t (split m/, /, $tags) { if ($doc->add_term($t)) { warn "can't add term $t: $!\n"; }