From: Simon Green Date: Wed, 29 Jul 2015 09:58:33 +0000 (-0400) Subject: Bug 1174560 - DBI link in API docs broken. X-Git-Tag: release-5.0.1~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4e859c3c1ed8914bd1dfdce7303816eb95a8c37e;p=thirdparty%2Fbugzilla.git Bug 1174560 - DBI link in API docs broken. r=gerv, a=simon --- 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