Author: timbo
Date: Mon Nov 23 07:09:47 2009
New Revision: 13581

Modified:
   dbi/trunk/Changes
   dbi/trunk/lib/DBD/File.pm
   dbi/trunk/lib/DBI/Profile.pm

Log:
Updated DBI::Profile and DBD::File docs to fix pod nits thanks to Frank Wiegand.


Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Mon Nov 23 07:09:47 2009
@@ -18,6 +18,8 @@
   Changed "Issuing rollback() due to DESTROY without explicit disconnect"
     warning to not be issued if ReadOnly set for that dbh.
   Updated dbipport.h to Devel::PPPort 3.19 (H.Merijn Brand)
+  Updated DBI::Profile and DBD::File docs to fix pod nits
+    thanks to Frank Wiegand.
 
   Added ChildCallbacks => { ... } to Callbacks as a way to
     specify Callbacks for child handles.

Modified: dbi/trunk/lib/DBD/File.pm
==============================================================================
--- dbi/trunk/lib/DBD/File.pm   (original)
+++ dbi/trunk/lib/DBD/File.pm   Mon Nov 23 07:09:47 2009
@@ -844,20 +844,20 @@
 
 =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

Modified: dbi/trunk/lib/DBI/Profile.pm
==============================================================================
--- dbi/trunk/lib/DBI/Profile.pm        (original)
+++ dbi/trunk/lib/DBI/Profile.pm        Mon Nov 23 07:09:47 2009
@@ -525,7 +525,7 @@
 
 =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.

Reply via email to