We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrated from rt.cpan.org#60251 (status was 'new')
Requestors:
From [email protected] on 2010-08-11 16:58:25 :
$ 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
The text was updated successfully, but these errors were encountered:
People often use stat to look for the presence of a file. I don't think this is doable without breaking a lot of existing code.
Sorry, something went wrong.
No branches or pull requests
Migrated from rt.cpan.org#60251 (status was 'new')
Requestors:
From [email protected] on 2010-08-11 16:58:25
:
IMHO, autodie should die here too.
In fact, at least every function in perlfunc that can set $! should be
wrapped by autodie.
Regards,
Danijel
The text was updated successfully, but these errors were encountered: