On Tue Nov 03 08:15:44 2015, mozn...@gmail.com wrote: > IO::Socket::INET#get() returns multiple line instead of a line. > This behavior is conflicted to documentation > (http://doc.perl6.org/type/IO::Socket::INET#method_get). > > Panda uses this method on here > (https://github.com/tadzik/panda/blob/master/lib/Panda/Ecosystem.pm#L93- > L106) so it doesn't work correctly. > > Runnable code sample is here > (https://gist.github.com/moznion/47323a8ae24736b28bfa).
Fixed now (needed to add \r\n as an explicit separator), and S32-io/IO-Socket-INET.t covers it. Thanks, /jnthn