[svn:dbi] r15324 - in dbi/trunk: . lib/DBI

[email protected] Wed, 30 May 2012 01:33:31 -0700 (PDT)
Newsgroups perl.dbi.changes
Message-ID <[email protected]>
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