From 6a14a3075c2286749819736cb953c42ec378c5a5 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Fri, 14 Sep 2012 22:14:35 +0200 Subject: Update POD to fix bustage in Perl 5.16.1 r=runtests.pl --- Bugzilla/DB/Mysql.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Bugzilla/DB/Mysql.pm') 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) = @_; -- cgit v1.2.3-24-g4f1b