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.