Add a clone method to ResultSource, switch obvious spots to it
[dbsrgits/DBIx-Class.git] / t / zzzzzzz_perl_perf_bug.t
index 85dd77c..a9cc07f 100644 (file)
@@ -6,6 +6,8 @@ use Test::More;
 
 
 BEGIN {
+  delete $ENV{DBIC_ASSERT_NO_ERRONEOUS_METAINSTANCE_USE};
+
   plan skip_all =>
     'Skipping RH perl performance bug tests as DBIC_NO_WARN_BAD_PERL set'
     if ( $ENV{DBIC_NO_WARN_BAD_PERL} );