in reply to Re: Modern::Perl and cygwin
in thread Term::Prompt breaks say in Modern::Perl because of Term::Readkey (edited, was "Modern::Perl and cygwin")

I can confirm the save behavior on my Ubuntu server running the same versions of those CPAN modules.

Replies are listed 'Best First'.
Re^3: Modern::Perl and cygwin
by gargle (Chaplain) on Feb 08, 2017 at 20:18 UTC
    Try downgrading your Term::Readkey to 2.33 or 2.30.
    cpan JSTOWE/TermReadKey-2.33.tar.gz
    or
    cpanm Term::Readkey@2.33
    should do the trick.
    --
    if ( 1 ) { $postman->ring() for (1..2); }