Help for this page

Select Code to Download


  1. or download this
    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';