Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Bump to Moar and NQP with server socket bits.
  • Loading branch information
jnthn committed Feb 16, 2014
1 parent d9c8083 commit 7f0cc2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions src/core/IO/Socket/INET.pm
Expand Up @@ -134,8 +134,7 @@ my class IO::Socket::INET does IO::Socket {

my Mu $io := nqp::getattr(self, $?CLASS, '$!PIO');
nqp::setencoding($io, nqp::unbox_s($!encoding));
# XXX NYI
# nqp::setinputlinesep($io, $sep);
nqp::setinputlinesep($io, $sep);
my Str $line = nqp::p6box_s(nqp::readlinefh($io));
#?endif

Expand Down
2 changes: 1 addition & 1 deletion tools/build/NQP_REVISION
@@ -1 +1 @@
2014.01-42-gc64c70f
2014.01-43-g84497ec

0 comments on commit 7f0cc2b

Please sign in to comment.