Fix failures and protect the suite from spurious VERSION-related warnings
[dbsrgits/DBIx-Class.git] / xt / extra / dbicadmin.t
index e65ad7d..cc79190 100644 (file)
@@ -6,6 +6,7 @@ use warnings;
 BEGIN {
   # just in case the user env has stuff in it
   delete $ENV{JSON_ANY_ORDER};
+  delete $ENV{DBICTEST_VERSION_WARNS_INDISCRIMINATELY};
 }
 
 use Test::More;