Skip Menu |

This queue is for tickets about the autodie CPAN distribution.

Report information
The Basics
Id: 60251
Status: resolved
Priority: 0/
Queue: autodie

People
Owner: Nobody in particular
Requestors: DATA [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 2.10
Fixed in: (no value)



Subject: autodie should die when stat/lstat fails
$ perl -Mautodie -E 'stat("/foobar"); say $!; say "alive"' No such file or directory alive IMHO, autodie should die here too. In fact, at least every function in perlfunc that can set $! should be wrapped by autodie. Regards, Danijel
Ticket migrated to github as https://github.com/pjf/autodie/issues/91