commit 31841a486b67af554c4596ac4fc2dbba854492ee
parent cdff2296c945f3692352842bdfe0f52dde5761ff
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Wed, 16 Dec 2015 22:34:16 +0100
Found the missing comma
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/t/travis.t b/t/travis.t
@@ -21,10 +21,9 @@ sub run {
my %args = (
exit => 0,
cmd => [],
- input => undef
+ input => undef,
@_
);
- note explain \%args;
my $cmd = shift @{ $args{cmd} };
return undef unless defined $cmd;
my @cmd = ($^X, "-I$lib", "$path/$cmd", @{ $args{cmd} });