Print args in case requirement fails
This commit is contained in:
parent
8d738693c0
commit
551ab51c91
@ -124,8 +124,8 @@ sub new {
|
||||
@_
|
||||
);
|
||||
|
||||
my $path = delete($opts{'path'}) or die "path required";
|
||||
my $args = delete($opts{'args'}) or die "args required";
|
||||
my $path = delete($opts{'path'}) or die "path required @_";
|
||||
my $args = delete($opts{'args'}) or die "args required @_";
|
||||
my $input = delete($opts{'input'});
|
||||
my $output = delete($opts{'output'});
|
||||
my $error = delete($opts{'error'});
|
||||
|
Loading…
x
Reference in New Issue
Block a user