summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Schema.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-09-14 22:14:35 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-09-14 22:14:35 +0200
commit6a14a3075c2286749819736cb953c42ec378c5a5 (patch)
tree2257e5d945c5c0d36c4e6cd40b25a6ee21ac6889 /Bugzilla/DB/Schema.pm
parent3645d207cfbd2596ba86ef83394894ee7ae24df7 (diff)
downloadbugzilla-6a14a3075c2286749819736cb953c42ec378c5a5.tar.gz
bugzilla-6a14a3075c2286749819736cb953c42ec378c5a5.tar.xz
Update POD to fix bustage in Perl 5.16.1
r=runtests.pl
Diffstat (limited to 'Bugzilla/DB/Schema.pm')
-rw-r--r--Bugzilla/DB/Schema.pm5
1 files changed, 5 insertions, 0 deletions
diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm
index 00ff4acc9..1e598c61e 100644
--- a/Bugzilla/DB/Schema.pm
+++ b/Bugzilla/DB/Schema.pm
@@ -1858,6 +1858,7 @@ C<ALTER TABLE> SQL statement
sub get_fk_ddl {
+
=item C<_get_fk_ddl>
=over
@@ -1871,7 +1872,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
@@ -1972,6 +1975,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.
@@ -2837,6 +2841,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 {