[Bast-commits] r4222 - DBIx-Class/0.08/branches/savepoints/lib/DBIx/Class/Storage

debolaz at dev.catalyst.perl.org debolaz at dev.catalyst.perl.org
Mon Mar 24 03:54:08 GMT 2008


Author: debolaz
Date: 2008-03-24 03:54:07 +0000 (Mon, 24 Mar 2008)
New Revision: 4222

Modified:
   DBIx-Class/0.08/branches/savepoints/lib/DBIx/Class/Storage/Statistics.pm
Log:
Fix typo.


Modified: DBIx-Class/0.08/branches/savepoints/lib/DBIx/Class/Storage/Statistics.pm
===================================================================
--- DBIx-Class/0.08/branches/savepoints/lib/DBIx/Class/Storage/Statistics.pm	2008-03-24 03:50:43 UTC (rev 4221)
+++ DBIx-Class/0.08/branches/savepoints/lib/DBIx/Class/Storage/Statistics.pm	2008-03-24 03:54:07 UTC (rev 4222)
@@ -124,7 +124,7 @@
 Called when a savepoint is released.
 
 =cut
-sub svn_release {
+sub svp_release {
   my ($self, $name) = @_;
 
  $self->print("RELEASE SAVEPOINT $name\n");




More information about the Bast-commits mailing list