Subject: | POD broken, fails POD test |
There's a space missing before a >> delimiter in the POD, which causes
the POD test to fail. Patch attached.
Subject: | perl-BerkeleyDB-0.37-pod.patch |
--- BerkeleyDB-0.37/BerkeleyDB.pod.orig 2009-02-18 20:30:03.000000000 +0000
+++ BerkeleyDB-0.37/BerkeleyDB.pod 2009-02-19 10:06:33.000000000 +0000
@@ -1892,7 +1892,7 @@
exceptions you need to be aware of though - these will be discussed in
L<Safely Updating Records> and L<Implicit Cursors> below.
-A Berkeley DB Cursor (created with C<< $db->db_cursor>>) will by hold a
+A Berkeley DB Cursor (created with C<< $db->db_cursor >>) will hold a
lock on the database until it is either explicitly closed or destroyed.
This means the lock has the potential to be long lived.