Take experimental off TxnScopeGuard
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / Schema.pm
index cf7267d..4254b1e 100644 (file)
@@ -617,7 +617,7 @@ sub txn_do {
   $self->storage->txn_do(@_);
 }
 
-=head2 txn_scope_guard (EXPERIMENTAL)
+=head2 txn_scope_guard
 
 Runs C<txn_scope_guard> on the schema's storage. See 
 L<DBIx::Class::Storage/txn_scope_guard>.