Author: timbo
Date: Wed May 30 01:33:28 2012
New Revision: 15324

Modified:
   dbi/trunk/Changes
   dbi/trunk/lib/DBI/ProfileDumper.pm

Log:
Corrected typo in DBI::ProfileDumper thanks to Finn Hakansson

Modified: dbi/trunk/Changes
==============================================================================
--- dbi/trunk/Changes   (original)
+++ dbi/trunk/Changes   Wed May 30 01:33:28 2012
@@ -6,6 +6,10 @@
 
 =cut
 
+=head2 Changes in DBI 1.622
+
+  Corrected typo in DBI::ProfileDumper thanks to Finn Hakansson.
+
 =head2 Changes in DBI 1.621 (svn r15315) 21st May 2012
 
   Fixed segmentation fault when a thread is created from

Modified: dbi/trunk/lib/DBI/ProfileDumper.pm
==============================================================================
--- dbi/trunk/lib/DBI/ProfileDumper.pm  (original)
+++ dbi/trunk/lib/DBI/ProfileDumper.pm  Wed May 30 01:33:28 2012
@@ -30,7 +30,7 @@
   # another way to say it
   use DBI::ProfileDumper;
   $dbh->{Profile} = DBI::ProfileDumper->new(
-                        Path => [ '!Statement' ]
+                        Path => [ '!Statement' ],
                         File => 'dbi.prof' );
 
   # using a custom path

Reply via email to