Changed confermation phrase to YES because I like short things.

This commit is contained in:
bluesaxman 2019-10-07 10:37:31 -06:00
parent cdff163010
commit 30172a7e33

View File

@ -7,7 +7,7 @@ use v5.10;
# set CONFIRMATION_PHRASE to anything falsy (like zero) if you are a fast and
# loose badass and you don't need no stinkin' safety net.
use constant CONFIRMATION_PHRASE => "I am a pretty pink pineapple!";
use constant CONFIRMATION_PHRASE => "YES";
my $termios = POSIX::Termios->new;
$termios->getattr(fileno(STDIN));