Todo tests for txn_rollback and scope_guard
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Storage.pm
index e298aa3..9cc3bbf 100644 (file)
@@ -262,6 +262,8 @@ which allows the rollback to propagate to the outermost transaction.
 
 sub txn_rollback { die "Virtual method!" }
 
+=for 
+
 =head2 txn_scope_guard
 
 Return an object that does stuff.