[perl #131553] IO::Socket::INET mishandles IPv6

2017-06-10 Thread via RT
# New Ticket Created by zengargoyle # Please include the string: [perl #131553] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=131553 > $ perl6 -e 'say so IO::Socket::INET.new( :host<127.0.0.1>, :port(80));' True perl6 -e

[perl #131510] [SEGV] Segfault when `-Ilib` while running a file that does `use lib ` and loads some modules

2017-06-10 Thread Zoffix Znet via RT
Also noticed another failure mode in a more recent version[^1] of the test file: fails (likely due to segv): prove -e 'perl6 -Ilib' -r t/03-DESTROY.t succeeds: prove -e 'perl6 -Ilib' -vlr t/03-DESTROY.t And removing the `-Ilib` from prove line didn't help it, but removing the

[perl #131510] [SEGV] Segfault when `-Ilib` while running a file that does `use lib ` and loads some modules

2017-06-10 Thread Zoffix Znet via RT
Also noticed another failure mode in a more recent version[^1] of the test file: fails (likely due to segv): prove -e 'perl6 -Ilib' -r t/03-DESTROY.t succeeds: prove -e 'perl6 -Ilib' -vlr t/03-DESTROY.t And removing the `-Ilib` from prove line didn't help it, but removing the