Subject: | [Patch] POD nits |
The attached patch fixes some POD, which renders wrong, at least at
search.cpan.org.
Subject: | pod.patch |
diff --git a/lib/DBD/File.pm b/lib/DBD/File.pm
index fe72e88..0d2530e 100644
--- a/lib/DBD/File.pm
+++ b/lib/DBD/File.pm
@@ -837,20 +837,20 @@ Works
=item NUM_OF_FIELDS
-Valid after C<$sth->execute>
+Valid after C<< $sth->execute >>
=item NUM_OF_PARAMS
-Valid after C<$sth->prepare>
+Valid after C<< $sth->prepare >>
=item NAME
-Valid after C<$sth->execute>; undef for Non-Select statements.
+Valid after C<< $sth->execute >>; undef for Non-Select statements.
=item NULLABLE
Not really working, always returns an array ref of one's, as DBD::CSV
-doesn't verify input data. Valid after C<$sth->execute>; undef for
+doesn't verify input data. Valid after C<< $sth->execute >>; undef for
Non-Select statements.
=back
diff --git a/lib/DBI/Profile.pm b/lib/DBI/Profile.pm
index bdda9c1..640c2c3 100644
--- a/lib/DBI/Profile.pm
+++ b/lib/DBI/Profile.pm
@@ -525,7 +525,7 @@ The arguments to sprintf are:
=head1 CUSTOM DATA MANIPULATION
-Recall that C<$h->{Profile}->{Data}> is a reference to the collected data.
+Recall that C<< $h->{Profile}->{Data} >> is a reference to the collected data.
Either to a 'leaf' array (when the Path is empty, i.e., DBI_PROFILE env var is 1),
or a reference to hash containing values that are either further hash
references or leaf array references.