X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FObject%2FRemote%2FRole%2FConnector%2FPerlInterpreter.pm;h=f304a8d650977fe89658d8097c151774a2027309;hb=12fb4a80d68ad14c18a35f60cc6d8a671f728ac9;hp=312ee4c1209defe6d38f68590328bc07bbbbb1e2;hpb=4c8c83d78afaf57a918d50198866b6d2a08acb75;p=scpubgit%2FObject-Remote.git diff --git a/lib/Object/Remote/Role/Connector/PerlInterpreter.pm b/lib/Object/Remote/Role/Connector/PerlInterpreter.pm index 312ee4c..f304a8d 100644 --- a/lib/Object/Remote/Role/Connector/PerlInterpreter.pm +++ b/lib/Object/Remote/Role/Connector/PerlInterpreter.pm @@ -26,6 +26,8 @@ around connect => sub { class => 'Object::Remote::ModuleLoader', args => { module_sender => $self->module_sender } )->disarm_free; + require Object::Remote::Prompt; + Object::Remote::Prompt::maybe_set_prompt_command_on($conn); return $conn; };