X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=scpubgit%2FObject-Remote.git;a=blobdiff_plain;f=lib%2FObject%2FRemote%2FFatNode.pm;h=4f7d4e3ccdc9211c60219a640503600122ad2c9e;hp=9f94ee289cf45e9f516ed96e2bdcd8f2dd511a7a;hb=cc670b3044ce1fc9389d9845ee5ea91459f2612e;hpb=4c8c83d78afaf57a918d50198866b6d2a08acb75 diff --git a/lib/Object/Remote/FatNode.pm b/lib/Object/Remote/FatNode.pm index 9f94ee2..4f7d4e3 100644 --- a/lib/Object/Remote/FatNode.pm +++ b/lib/Object/Remote/FatNode.pm @@ -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 };