From: Simon Green Date: Wed, 29 Jul 2015 09:56:50 +0000 (-0400) Subject: Bug 1174560 - DBI link in API docs broken. X-Git-Tag: release-5.1.1~213 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f9b176104ad62bf80b482b99ccf080c5ab5c3a5;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 adf55f3519..e82b823d7c 100644 --- a/Bugzilla/DB.pm +++ b/Bugzilla/DB.pm @@ -1517,7 +1517,7 @@ __END__ =head1 NAME -Bugzilla::DB - Database access routines, using L +Bugzilla::DB - Database access routines, using L =head1 SYNOPSIS @@ -1778,7 +1778,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 @@ -2249,7 +2249,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. @@ -2703,7 +2704,7 @@ our check for implementation of C by derived class useless. =head1 SEE ALSO -L +L L