Re: Documentation for error messages

2016-10-24 Thread Wenzel P. P. Peppmeyer

On Mon, 24 Oct 2016, Parrot Raiser wrote:


Where's the best current description of error messages from file
"open" commands, and how to control them?


`git grep 'does X::IO'` is your best bet right now because some
X::IO-exceptions are not documented yet.



Documentation for error messages

2016-10-24 Thread Parrot Raiser
Where's the best current description of error messages from file
"open" commands, and how to control them?

(I'm thinking of things like the effect of adding "\n" to "die" messages in P5.)