in reply to Re^2: AnyEvent::HTTP and Socket on Windows
in thread AnyEvent::HTTP and Socket on Windows
And mlehmann said that if we’re doing what we’re doing, we’re most certainly breaking other things too that use exceptions, so we should really go fix the die handler.
For the record: taking into account $^S, using an END { } block and CORE::GLOBAL::die overriding are better.
|
|---|