p5-app-duckpan
p5-app-duckpan copied to clipboard
Move to IO::Prompt::Hooked or similar for improved IO
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