[perl #130553] [BUG] segfault on a use that exports a operator

2017-01-17 Thread Zoffix Znet via RT
One more data point: reversing the load order prevents the segfault (that is, doing use A; use B; instead of use B; use A)

[perl #130553] [BUG] segfault on a use that exports a operator

2017-01-13 Thread via RT
# New Ticket Created by fernandocor...@gmail.com # Please include the string: [perl #130553] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/Ticket/Display.html?id=130553 > Im receiving a segfault when I try to run this: