I've been trying to run some sockets code in Rakudo Perl (freshly built from the repository at http://github.com/rakudo/rakudo) but the implementation of IO::Socket::INET appears to be incomplete.
The code I'm trying to run is here: http://github.com/carlins/irc-client/blob/master/lib/IRC/Client.pm
This is the error:
Method 'input-line-separator' not found for invocant of class 'IO;Socket;INET' in 'IRC::Client::connect' at line 30:lib/IRC/Client.pm in main program body at line 13:example.pl
The same thing happens with Rakudo Star, built from the official tarball. Pointers?