increase default timeout to 10 seconds
[scpubgit/Object-Remote.git] / lib / Object / Remote / FatNode.pm
index e0a0351..4f7d4e3 100644 (file)
@@ -22,9 +22,14 @@ my $command = qq(
   -mObject::Remote
   -mObject::Remote::Connector::STDIO
   -mCPS::Future
+  -mMRO::Compat
   -mClass::C3
+  -mClass::C3::next
+  -mAlgorithm::C3
   -mObject::Remote::ModuleLoader
   -mObject::Remote::Node
+  -mMethod::Generate::BuildAll
+  -mMethod::Generate::DemolishAll
   -mJSON::PP
   -e 'print join "\\n", reverse \%INC'
 );
@@ -52,6 +57,8 @@ my $end = stripspace <<'END_END';
       open my $fh, '<', \$fat;
       return $fh;
     }
+    #Uncomment this to find brokenness
+    #warn "Missing $_[1]";
     return
   };