]>
iEval git - gruntmaster-data.git/blob - lib/Gruntmaster/App/Command/Rerun.pm
4856b33b0ac661fa0937e2d9405a357d152a8374
1 package Gruntmaster
::App
::Command
::Rerun
;
6 our $VERSION = '5999.000_015';
8 use Gruntmaster
::App
'-command';
10 use Scalar
::Util qw
/looks_like_number/;
12 sub usage_desc
{ '%c rerun id...' }
15 my ($self, $opt, $args) = @_;
17 $self->usage_error('Not enough arguments') if @args < 1;
21 my ($self, $opt, $args) = @_;
25 if (looks_like_number
$obj) {
41 Gruntmaster::App::Command::Rerun - rerun some jobs and probles
47 gm rerun aplusb aminusb
53 The rerun command takes some IDs of jobs and problems and reruns them.
61 Marius Gavrilescu, E<lt>marius@ieval.roE<gt>
63 =head1 COPYRIGHT AND LICENSE
65 Copyright (C) 2014-2015 by Marius Gavrilescu
67 This library is free software; you can redistribute it and/or modify
68 it under the same terms as Perl itself, either Perl version 5.20.1 or,
69 at your option, any later version of Perl 5 you may have available.
This page took 0.044663 seconds and 4 git commands to generate.