Help for this page
use Test::Most; use App::lpp; ... my $username = prompt ('x', "Enter your Lastpass username: ", '', ''); *STDOUT = *OLD_STDOUT; lives_ok { $obj = App::lpp->new( {username => $username} ) } 'can crea +te a cmd object';