Subject: | Client Error: Command not supported |
Date: | Wed, 5 Mar 2014 10:18:01 +0000 |
To: | "bug-Bloomd-Client [...] rt.cpan.org" <bug-Bloomd-Client [...] rt.cpan.org> |
From: | "Lewitzki Andreas (Telenor Sverige AB)" <andreas.lewitzki [...] bredband.com> |
I don't know if I really see this as a bug.
When you've set the output record separator ($\), it's obviously used by the socket print method in _execute.
In this case, it would be safer to have a "local $\" in the _execute method of Bloomd::Client, to keep perlhackers from accidently trashing the daemon communication. :)
So if for example you've set $\="\n" and then executes a perfectly correct check, it will fail by "Client Error: Command not supported".
Best Regards
Andreas Lewitzki