Better comment
Peter Rabbitson [Tue, 27 Apr 2010 16:40:10 +0000 (16:40 +0000)]
t/storage/factory_fork.t

index ea6fd6e..79bcdee 100644 (file)
@@ -16,7 +16,7 @@ for my $type (qw/PG MYSQL/) {
     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)