[Bast-commits] r5366 - DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class

ribasushi at dev.catalyst.perl.org ribasushi at dev.catalyst.perl.org
Thu Jan 29 09:06:54 GMT 2009


Author: ribasushi
Date: 2009-01-29 09:06:54 +0000 (Thu, 29 Jan 2009)
New Revision: 5366

Modified:
   DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class/Schema.pm
Log:
Missing POD

Modified: DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class/Schema.pm
===================================================================
--- DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class/Schema.pm	2009-01-29 09:06:33 UTC (rev 5365)
+++ DBIx-Class/0.08/branches/stopgap/lib/DBIx/Class/Schema.pm	2009-01-29 09:06:54 UTC (rev 5366)
@@ -734,6 +734,13 @@
   $self->storage->txn_do(@_);
 }
 
+=head2 txn_scope_guard (EXPERIMENTAL)
+
+Runs C<txn_scope_guard> on the schema's storage. See
+L<DBIx::Class::Storage/txn_scope_guard>
+
+=cut
+
 sub txn_scope_guard {
   my $self = shift;
 




More information about the Bast-commits mailing list