From: Don Armstrong Date: Sat, 21 Feb 2015 07:49:51 +0000 (-0800) Subject: add missing /g X-Git-Tag: release/2.6.0~235 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=038f696edadcbcf8b26f54f4b919702c59e1b1d6;hp=73337e7e6ecebf85306741ff4c1bc34c3fccc90f add missing /g --- diff --git a/Debbugs/CGI/Pkgreport.pm b/Debbugs/CGI/Pkgreport.pm index 4664eff..da937e5 100644 --- a/Debbugs/CGI/Pkgreport.pm +++ b/Debbugs/CGI/Pkgreport.pm @@ -472,7 +472,7 @@ sub get_bug_order_index { my $match = 0; my $first_field = 1; # true if no previous fields have been # checked - while ($el =~ /(?^|\+|,)(?[^=]+)=(?[^=,\+])/) { + while ($el =~ /(?^|\+|,)(?[^=]+)=(?[^=,\+])/g) { my ($j,$f,$v) = @+{qw(joiner field value)}; if (not defined $j) { $j = '+';