From 03940ba0028b1106884dbfedadccb1ebea24be6a Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 14 Sep 2012 22:10:44 +0200 Subject: Update POD to fix bustage in Perl 5.16.1 r=runtests.pl --- Bugzilla/DB/Schema.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Bugzilla/DB/Schema.pm') diff --git a/Bugzilla/DB/Schema.pm b/Bugzilla/DB/Schema.pm index eb46aa80f..e153b3926 100644 --- a/Bugzilla/DB/Schema.pm +++ b/Bugzilla/DB/Schema.pm @@ -1868,6 +1868,7 @@ C SQL statement sub get_fk_ddl { + =item C<_get_fk_ddl> =over @@ -1881,7 +1882,9 @@ Protected method. Translates the C 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 hashref from a column. =back @@ -1982,6 +1985,7 @@ Converts a TYPE from the L format into the real SQL type. } sub get_column { + =item C Description: Public method to get the abstract definition of a column. @@ -2847,6 +2851,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 { -- cgit v1.2.3-24-g4f1b