]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Load.pm
fix POD failures in DB::Load
[debbugs.git] / Debbugs / DB / Load.pm
index 77423a0017533aef54bc645af602dc9a5cf1e8d4..6f300f96f6690c07beb4764cb4c311141f181607 100644 (file)
@@ -123,8 +123,8 @@ sub load_bug {
         $queue = {};
     }
     my %tags;
-    my $s_data = split_status_fields($data);
-    for my $tag (make_list($s_data->{keywords})) {
+    $data = split_status_fields($data);
+    for my $tag (make_list($data->{keywords})) {
        next unless defined $tag and length $tag;
        # this allows for invalid tags. But we'll use this to try to
        # find those bugs and clean them up
@@ -457,7 +457,7 @@ sub load_debinfo {
 
 =back
 
-=head Packages
+=head2 Packages
 
 =over
 
@@ -649,7 +649,7 @@ sub load_packages {
 
 =cut
 
-=head Suites
+=head2 Suites
 
 =over