]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/Status.pm
remove UTF8 warnings
[debbugs.git] / Debbugs / Status.pm
index dabf8112229f195c007c78e662b999ae9cc6e42b..6fe1c1a7a290544c479603f98f3d636fef2f6c59 100644 (file)
@@ -307,6 +307,9 @@ my $ditch_empty_space = sub {return &{$ditch_empty}(' ',@_)};
 my %split_fields =
     (package        => \&splitpackages,
      affects        => \&splitpackages,
+     # Ideally we won't have to split source, but because some consumers of
+     # get_bug_status cannot handle arrayref, we will split it here.
+     source         => \&splitpackages,
      blocks         => $ditch_empty_space,
      blockedby      => $ditch_empty_space,
      # this isn't strictly correct, but we'll split both of them for