Skip Menu |

This queue is for tickets about the DBD-mysql CPAN distribution.

Report information
The Basics
Id: 77044
Status: resolved
Priority: 0/
Queue: DBD-mysql

People
Owner: Nobody in particular
Requestors: gregoa [...] debian.org
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: [PATCH] Spelling glitch
Date: Mon, 7 May 2012 18:08:44 +0200
To: bug-dbd-mysql [...] rt.cpan.org
From: gregor herrmann <gregoa [...] debian.org>
In Debian we are currently applying the attached patch to DBD-mysql. We thought you might be interested in it, too. Description: spelling mistake Author: gregor herrmann <gregoa@debian.org> Reviewed-by: Nicholas Bamber <nicholas@periapt.co.uk> Last-Update: 2011-05-14 Thanks in advance, gregor herrmann, Debian Perl Group

Message body is not shown because sender requested not to inline it.

Subject: Re: [rt.cpan.org #77044] [PATCH] Spelling glitch
Date: Sun, 19 May 2013 18:32:05 +0200
To: bug-DBD-mysql [...] rt.cpan.org
From: Xavier <x.guimard [...] free.fr>
Hi, also another: --- a/lib/DBD/mysql.pm +++ b/lib/DBD/mysql.pm @@ -944,7 +944,7 @@ $sth->execute(); This statement handle can be used for multiple things. First of all -you can retreive a row of data: +you can retrieve a row of data: my $row = $sth->fetchrow_hashref();