]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix POD to make tests happy
authorFrédéric Buclin <LpSolit@gmail.com>
Thu, 17 Apr 2014 16:44:40 +0000 (18:44 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Thu, 17 Apr 2014 16:44:40 +0000 (18:44 +0200)
Bugzilla/DB/Mysql.pm
Bugzilla/DB/Schema.pm

index 1e48a86fa30c13db3d48db76243b72bdda6d83cc..5cc14a68728b68e67a88e889412f34cd90fb147b 100644 (file)
@@ -997,7 +997,9 @@ sub _bz_raw_column_info {
               $index = name of an index
  Returns:     An abstract index definition, always in hashref format.
               If the index does not exist, the function returns undef.
+
 =cut
+
 sub bz_index_info_real {
     my ($self, $table, $index) = @_;
 
index 7a27d99f4f32ea908cc1378b5ed4285f9d00351e..6b7b8926e3010cbcff44f9df9920af202fa8d0c7 100644 (file)
@@ -1784,7 +1784,9 @@ Protected method. Translates the C<REFERENCES> item of a column into SQL.
 =over
 
 =item C<$table>  - The name of the table the reference is from.
+
 =item C<$column> - The name of the column the reference is from
+
 =item C<$references> - The C<REFERENCES> hashref from a column.
 
 =back
@@ -1878,6 +1880,7 @@ Converts a TYPE from the L</ABSTRACT_SCHEMA> format into the real SQL type.
 }
 
 sub get_column {
+
 =item C<get_column($table, $column)>
 
  Description: Public method to get the abstract definition of a column.
@@ -2707,6 +2710,7 @@ sub serialize_abstract {
               in the same fashion as) the current version of Schema. 
               However, it will represent the serialized data instead of
               ABSTRACT_SCHEMA.
+
 =cut
 
 sub deserialize_abstract {