App-SD

 view release on metacpan or  search on metacpan

lib/App/SD/Test.pm  view on Meta::CPAN

}

=head2 update_ticket_ok ID ARGS

Updates the ticket #ID, passing ARGS along to the update command.

Returns nothing interesting.

=cut

sub update_ticket_ok {
    my ($id, @args) = (@_);
    local $Test::Builder::Level = $Test::Builder::Level + 1;
    run_output_matches( 'sd', [ 'ticket', 'update', $id, '--', @args ],
        [qr/ticket \d+\s+\([^)]*\)\s+updated\./i]
    );
}

=head2 create_ticket_comment_ok ARGS

Creates a new ticket comment, passing ARGS along to the creation command.

 view all matches for this distribution
 view release on metacpan -  search on metacpan

( run in 0.442 second using v1.00-cache-2.02-grep-82fe00e-cpan-4673cadbf75 )