(travis) Revert 81cf62797 and b4532c43f (both fixed since)
[dbsrgits/DBIx-Class.git] / t / zzzzzzz_perl_perf_bug.t
index 4434e1c..a9cc07f 100644 (file)
@@ -1,9 +1,13 @@
+BEGIN { do "./t/lib/ANFANG.pm" or die ( $@ || $! ) }
+
 use strict;
 use warnings;
 use Test::More;
-use lib qw(t/lib);
+
 
 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} );