Skip Menu |

This queue is for tickets about the DBIx-Cursor CPAN distribution.

Report information
The Basics
Id: 51846
Status: new
Priority: 0/
Queue: DBIx-Cursor

People
Owner: Nobody in particular
Requestors: FWIE [...] cpan.org
Cc:
AdminCc:

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



Subject: [Patch] POD nit
The attached patch fixes some POD, which renders wrong, at least at search.cpan.org.
Subject: pod.patch
diff --git a/Cursor.pm b/Cursor.pm index 925f21c..a0b132c 100644 --- a/Cursor.pm +++ b/Cursor.pm @@ -548,7 +548,7 @@ You can pass the column-names you want to update. By default every not primary key column is updated. If you want to update your primary key also, you can fetch the -row, modify your key and call C<$c->update($c->get_columns)>. +row, modify your key and call C<< $c->update($c->get_columns) >>. The method does no commit.