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/DBIx/Frame.pm b/DBIx/Frame.pm
index 2123f87..96ab6a9 100644
--- a/DBIx/Frame.pm
+++ b/DBIx/Frame.pm
@@ -286,7 +286,7 @@ sub invoke {
=item func ( FUNCTION )
-Invokes C<FUNCTION> on the database, using C<DBI->func>.
+Invokes C<FUNCTION> on the database, using C<< DBI->func >>.
=cut