fixed unclear documentation regarding context in txn_do()
Justin Guenther [Wed, 22 Mar 2006 18:16:27 +0000 (18:16 +0000)]
lib/DBIx/Class/Schema.pm

index fc28f79..3d63657 100644 (file)
@@ -455,7 +455,9 @@ sub txn_do {
 
   $self->txn_begin; # If this throws an exception, no rollback is needed
 
-  my $wantarray = wantarray; # Need to save this since it's reset in eval{}
+  my $wantarray = wantarray; # Need to save this since the context
+                            # inside the eval{} block is independent
+                            # of the context that called txn_do()
 
   eval {
     # Need to differentiate between scalar/list context to allow for