These loads are no longer necessary after d7d45bdc65
[dbsrgits/DBIx-Class.git] / t / lib / DBICTest / BaseSchema.pm
index c68d7fd..f51328c 100644 (file)
@@ -258,7 +258,6 @@ sub clone {
 
 END {
   # Make sure we run after any cleanup in other END blocks
-  require B;
   push @{ B::end_av()->object_2svref }, sub {
     assert_empty_weakregistry($weak_registry, 'quiet');
   };