X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote%2FFatNode.pm;h=4f7d4e3ccdc9211c60219a640503600122ad2c9e;hb=624b459bafc411773708e674cf54e1971eb4d231;hp=9f94ee289cf45e9f516ed96e2bdcd8f2dd511a7a;hpb=4c8c83d78afaf57a918d50198866b6d2a08acb75;p=scpubgit%2FObject-Remote.git 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 };