summaryrefslogtreecommitdiffstats
path: root/Bugzilla/DB/Mysql.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/Mysql.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/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 06bf3d8df..fad175eac 100644
--- a/Bugzilla/DB/Mysql.pm
+++ b/Bugzilla/DB/Mysql.pm
@@ -941,7 +941,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) = @_;