On Tue Jan 20 14:55:22 2009, mberends wrote: > perl6 -e '$*ERR.say: "hello";' # writes to stderr > > This diagnostic type statement was very useful to insert > into potentially buggy code, but between r35309 (good) and > r35568 (bad) began to fail with: > > Cannot write to a filehandle not opened for write
Fixed in git 83e060f. Thanks, Jonathan