5.8 also requires extra C3 bits
Matt S Trout [Tue, 26 Jun 2012 16:51:24 +0000 (16:51 +0000)]
lib/Object/Remote/FatNode.pm

index 9f94ee2..4f7d4e3 100644 (file)
@@ -22,7 +22,10 @@ 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
@@ -54,6 +57,8 @@ my $end = stripspace <<'END_END';
       open my $fh, '<', \$fat;
       return $fh;
     }
+    #Uncomment this to find brokenness
+    #warn "Missing $_[1]";
     return
   };