NAME
PasswordMonkey::Bouncer::Retry - Bouncer hits Enter and expects password prompt to come back
SYNOPSIS
use PasswordMonkey::Bouncer::Retry;
my $hitter = PasswordMonkey::Bouncer::Retry->new( timeout => 2 );
DESCRIPTION
To verify a password prompt, this bouncer hits return on the first appearance, expecting to get another prompt. If this doesn't happen within the specified time frame, the prompt is considered to be invalid.
AUTHOR
2011, Mike Schilli <cpan@perlmeister.com>
COPYRIGHT & LICENSE
Copyright (c) 2011 Yahoo! Inc. All rights reserved. The copyrights to the contents of this file are licensed under the Perl Artistic License (ver. 15 Aug 1997).