Fix the pod coverage failure.
Michael G Schwern [Sun, 24 Feb 2008 07:22:57 +0000 (23:22 -0800)]
lib/DBIx/Class/Schema.pm

index c42f10a..46adc01 100644 (file)
@@ -734,6 +734,10 @@ sub txn_do {
   $self->storage->txn_do(@_);
 }
 
+=head2 txn_scope_guard
+
+Runs C<txn_scope_guard> on the schema's storage.
+
 sub txn_scope_guard {
   my $self = shift;