> Are you sure it should work with positionals passed to .open instead of named 
> args passed to .new?

> perl6 -e 'my $s = IO::Socket::INET.new(host => "127.0.0.1", port => 42); 
> $s.send("foo"); say "Lorem ipsum";'
> Gives me: connect failed: Connection refused

I believe the API for IO::Socket::INET has changed since this bug was 
originally filed (back in 2009!), so yes, the current behaviour looks correct.

Reply via email to