Subject: | Doesn't work on 5.14 if you call prompt() in non-"main" package |
Hi,
IO::Prompt doesn't work on 5.14 because *X::ARGV->opened() (*ARGV in non-
"main" package) no longer call the method as the other symbols does.
Use Scalar::Util::openhandle() instead of opened() as the following patch:
https://github.com/gfx/p5-IO-Prompt-
patched/commit/8300962b0235803287777f78b86aa1776d369769
--
Goro Fuji (gfx) GFUJI at CPAN.org