From 6f9b176104ad62bf80b482b99ccf080c5ab5c3a5 Mon Sep 17 00:00:00 2001 From: Simon Green Date: Wed, 29 Jul 2015 05:56:50 -0400 Subject: Bug 1174560 - DBI link in API docs broken. r=gerv, a=simon --- Bugzilla/DB.pm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Bugzilla') diff --git a/Bugzilla/DB.pm b/Bugzilla/DB.pm index adf55f351..e82b823d7 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 -- cgit v1.2.3-24-g4f1b