# New Ticket Created by Taiki Kawakami # Please include the string: [perl #126553] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/Ticket/Display.html?id=126553 >
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).