Paul Fenwick

Results 87 comments of Paul Fenwick

Oh drat. I think you're right, that `kill 0, $pid` shouldn't be autodying, and we already have precedence here in the behaviour of non-blocking `flock` calls. I'm teaching right now...

This feels pretty sensible to me. `autodie` originally inherited from `Fatal` because it did the heavy lifting, and autodie may have honestly started as `use Fatal qw(:lexical)`. I do remember...

If we have skilled C/XS folks, we may even be able to wrap say/print. :)

I'm currently at YAPC, but just as a quick check, does the following work for you? ``` use autodie; no autodie qw(read); ```

Oh, dang. I agree, `autodie qw/ :all -connect /;` would be great. In the tradition of short responses, I'm on the way to KiwiFoo right now, but nudging me in...

@politas : That's a great question! It looks like Mono itself is MIT, but the website contents are CC-BY-SA, which isn't MIT compatible. Luckily, that entire article looks like it's...

@akoeplinger : You are _awesome_, thank you!

Hooray! Just saw mono/website#230, clarifying the code on the website is MIT licensed. Thank you, @akoeplinger!! :D @politas : Using MIT licensed code in our MIT licensed project will no...

An error displaying saying "Oops, we couldn't connect to the Internet" or similar is probably desirable here. Any time a user actually sees a Kraken or exception, it's almost certainly...

We have some extant metadata that already does this by both `depend`ing on a virtual mod, and `recommend`ing a concrete one that provides that. The idea being that a client...