Subject: | use open qw(:std :utf8) again |
Hi Ron,
Looks like the
use open qw(:std :utf8);
line is back. As mentioned before (see 1.16 release) this tends to break things when used in a module. Specifically, it turns on the UTF-8 encoding layer on STDIO when any code does 'use Tree::DAG_Node'. That's no good when code is expecting a different encoding (raw, etc.) - in my case it breaks everything in Tickit::DSL, due to Tickit::Widget::Tree loading Tree::DAG_Node.
Could you take it out again?
cheers,
Tom