summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Mysql.pm
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2012-09-14 22:10:44 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2012-09-14 22:10:44 +0200
commit03940ba0028b1106884dbfedadccb1ebea24be6a (patch)
treea3ded82812801b1e77b04e38568af5a0081053b9 /Bugzilla/DB/Mysql.pm
parent4d1a1df823cd3690ff14b2579291182d6dbf7934 (diff)
downloadbugzilla-03940ba0028b1106884dbfedadccb1ebea24be6a.tar.gz
bugzilla-03940ba0028b1106884dbfedadccb1ebea24be6a.tar.xz
Update POD to fix bustage in Perl 5.16.1
r=runtests.pl
Diffstat (limited to 'Bugzilla/DB/Mysql.pm')
-rw-r--r--Bugzilla/DB/Mysql.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/Bugzilla/DB/Mysql.pm b/Bugzilla/DB/Mysql.pm
index 9cfa83462..81b5726bd 100644
--- a/Bugzilla/DB/Mysql.pm
+++ b/Bugzilla/DB/Mysql.pm
@@ -924,7 +924,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) = @_;