From 4e859c3c1ed8914bd1dfdce7303816eb95a8c37e Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 29 Jul 2015 05:58:33 -0400 Subject: [PATCH] Bug 1174560 - DBI link in API docs broken. r=gerv, a=simon --- Bugzilla/DB.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index c9eaf6e9e8..6c9a29ebb6 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -1510,7 +1510,7 @@ __END__ =head1 NAME -Bugzilla::DB - Database access routines, using L +Bugzilla::DB - Database access routines, using L =head1 SYNOPSIS @@ -1771,7 +1771,7 @@ The constructor should create a DSN from the parameters provided and then call C method of its super class to create a new class instance. See L description in this module. As per DBI documentation, all class variables must be prefixed with -"private_". See L. +"private_". See L. =back @@ -2242,7 +2242,8 @@ These methods return information about data in the database. Returns the last serial number, usually from a previous INSERT. Must be executed directly following the relevant INSERT. -This base implementation uses L. If the +This base implementation uses DBI's +L. If the DBD supports it, it is the preffered way to obtain the last serial index. If it is not supported, the DB-specific code needs to override this function. @@ -2692,7 +2693,7 @@ our check for implementation of C by derived class useless. =head1 SEE ALSO -L +L L -- 2.47.2