]> git.donarmstrong.com Git - debbugs.git/blobdiff - cgi/pkgreport.cgi
assume unknown encodings are UTF-8
[debbugs.git] / cgi / pkgreport.cgi
index e5a4b992ef3f0946e8260fa19fd2bfbc24f70051..abf739dec4c544f55dcfebb88b3c99d8ad78f245 100755 (executable)
@@ -20,7 +20,7 @@ BEGIN{
 
 binmode(STDOUT,':encoding(UTF-8)');
 use POSIX qw(strftime nice);
-use List::Util qw(uniq);
+use List::AllUtils qw(uniq);
 
 use Debbugs::Config qw(:globals :text :config);
 
@@ -229,7 +229,8 @@ our %cats = (
         "ord" => [2,3,4,1,0,5],
     } ],
     "oldview" => [ qw(status severity) ],
-    "normal" => [ qw(status severity classification) ],
+            "normal" => [ qw(status severity classification) ],
+            raw => [{nam => 'Raw',def => 'Raw'}],
 );
 
 if (exists $param{which} and exists $param{data}) {