]> git.donarmstrong.com Git - debbugs.git/blobdiff - Debbugs/DB/Load.pm
fix missing =over/=back
[debbugs.git] / Debbugs / DB / Load.pm
index 93d00f11a07566d652b260aa9af534cb05fdd665..0bffd3003ae837287865d2e6f9235de12f5be6b1 100644 (file)
@@ -292,6 +292,8 @@ sub handle_load_bug_queue{
 
 Commands to handle src and package version loading from debinfo files
 
+=over
+
 =item load_debinfo
 
      load_debinfo($schema,$binname, $binver, $binarch, $srcname, $srcver);
@@ -314,6 +316,11 @@ sub load_debinfo {
                                                  });
 }
 
+
+=back
+
+=cut
+
 1;