Reduce the number of times $self->_dbh is called inside dbh_do() to speed
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema.pm
index 46adc01..1ce0250 100644 (file)
@@ -738,6 +738,8 @@ sub txn_do {
 
 Runs C<txn_scope_guard> on the schema's storage.
 
+=cut
+
 sub txn_scope_guard {
   my $self = shift;