(travis) Temporary pin LMU, work around RT#102853
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / BaseSchema.pm
index cdc7a02..f51328c 100644 (file)
@@ -257,7 +257,10 @@ sub clone {
 }
 
 END {
-  assert_empty_weakregistry($weak_registry, 'quiet');
+  # Make sure we run after any cleanup in other END blocks
+  push @{ B::end_av()->object_2svref }, sub {
+    assert_empty_weakregistry($weak_registry, 'quiet');
+  };
 }
 
 1;