Add import-time-skip support to OptDeps, switch most tests over to that
[dbsrgits/DBIx-Class.git] / t / 53lean_startup.t
index b6c8be9..034351e 100644 (file)
@@ -94,6 +94,7 @@ BEGIN {
     constant
     overload
 
+    if
     base
     Devel::GlobalDestruction
     mro
@@ -108,13 +109,11 @@ BEGIN {
 
     Scalar::Util
     List::Util
+    Storable
 
     Class::Accessor::Grouped
     Class::C3::Componentised
     SQL::Abstract
-
-    Module::Runtime
-    File::Spec
   ));
 
   require DBICTest::Schema;