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/ANNOUNCE-FACTOR.pod b/ANNOUNCE-FACTOR.pod
index 4df644a..33c1864 100644
--- a/ANNOUNCE-FACTOR.pod
+++ b/ANNOUNCE-FACTOR.pod
@@ -59,7 +59,7 @@ The C<driver> key is used to supply the database
=back
-Another difference is that _make_dbh() called C<DBI->connect()> with a
+Another difference is that _make_dbh() called C<< DBI->connect() >> with a
fixed set of DBI attributes. The refactoring allows for any attributes
to be used, both from DBI and from the driver's driver.