p5-app-duckpan icon indicating copy to clipboard operation
p5-app-duckpan copied to clipboard

Move to IO::Prompt::Hooked or similar for improved IO

Open moollaza opened this issue 10 years ago • 0 comments

Currently we ask for user input and don't have much error checking in many cases. We also prompt for passwords in duckpan setup but don't hide the password characters.

It seems like https://metacpan.org/pod/IO::Prompt::Hooked or similar would be a great improvement and then we'd have a nicer way of handling inputs instead of: https://github.com/duckduckgo/p5-app-duckpan/blob/master/lib/App/DuckPAN.pm#L193

moollaza avatar Feb 13 '15 15:02 moollaza