]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Update POD to fix bustage in Perl 5.16.1
authorFrédéric Buclin <LpSolit@gmail.com>
Fri, 14 Sep 2012 20:13:00 +0000 (22:13 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Fri, 14 Sep 2012 20:13:00 +0000 (22:13 +0200)
r=runtests.pl

Bugzilla/DB/Mysql.pm
Bugzilla/DB/Schema.pm

index 90bacc02a36ac71b5654a09811b8186c3f806c08..f333823a4b738fd20cac4182a7bf0f5edc62f285 100644 (file)
@@ -921,7 +921,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 eabee07c3cc199263bf5445d60f14e23d9adcf34..d167f8a4fea73b4891865bbcb07d8f482b2bd7aa 100644 (file)
@@ -1866,6 +1866,7 @@ C<ALTER TABLE> SQL statement
 
 
 sub get_fk_ddl {
+
 =item C<_get_fk_ddl>
 
 =over
@@ -1879,7 +1880,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
@@ -1980,6 +1983,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.
@@ -2845,6 +2849,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 {