Subject: | cipher broken by 0.2018 |
Show quoted text
> The RPC::PlServer::Comm module is now being used as
> an encapsulated object $self->{'comm'}.
Good move. But client and server now need to pass their {'cipher'} values on to $self->{'comm'}.
If I'm reading correctly, PlClient doesn't really support the user based cipher, a feature I was hoping to use.
I've hacked PlServer.pm and t/lib.pl to get t/crypt.t to pass, but my hacks don't constitute a patch. Perhaps another day.