[Bast-commits] r9236 - DBIx-Class/0.08/trunk/t/storage
ribasushi at dev.catalyst.perl.org
ribasushi at dev.catalyst.perl.org
Tue Apr 27 16:40:11 GMT 2010
Author: ribasushi
Date: 2010-04-27 17:40:10 +0100 (Tue, 27 Apr 2010)
New Revision: 9236
Modified:
DBIx-Class/0.08/trunk/t/storage/factory_fork.t
Log:
Better comment
Modified: DBIx-Class/0.08/trunk/t/storage/factory_fork.t
===================================================================
--- DBIx-Class/0.08/trunk/t/storage/factory_fork.t 2010-04-27 14:53:34 UTC (rev 9235)
+++ DBIx-Class/0.08/trunk/t/storage/factory_fork.t 2010-04-27 16:40:10 UTC (rev 9236)
@@ -16,7 +16,7 @@
my $schema = DBICTest::Schema->connect (@ENV{map { "DBICTEST_${type}_${_}" } qw/DSN USER PASS/});
# emulate a singleton-factory, just cache the object *somewhere in a different package*
- # without this everything works
+ # to induce out-of-order destruction
$DBICTest::FakeSchemaFactory::schema = $schema;
# so we can see the retry exceptions (if any)
More information about the Bast-commits
mailing list