[Bast-commits] r3791 - DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat

wreis at dev.catalyst.perl.org wreis at dev.catalyst.perl.org
Wed Sep 26 17:13:27 GMT 2007


Author: wreis
Date: 2007-09-26 17:13:23 +0100 (Wed, 26 Sep 2007)
New Revision: 3791

Modified:
   DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle.pm
Log:
typo

Modified: DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle.pm
===================================================================
--- DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle.pm	2007-09-26 14:24:49 UTC (rev 3790)
+++ DBIx-Class/0.08/branches/jdbicompat/lib/DBIx/Class/JDBICompat/Handle.pm	2007-09-26 16:13:23 UTC (rev 3791)
@@ -632,7 +632,7 @@
 =cut
 
 sub begin_transaction {
-    shift->schema->stroage->txn_begin;
+    shift->schema->storage->txn_begin;
 }
 
 =head2 commit




More information about the Bast-commits mailing list