From 31841a486b67af554c4596ac4fc2dbba854492ee Mon Sep 17 00:00:00 2001 From: Andreas Guldstrand Date: Wed, 16 Dec 2015 22:34:16 +0100 Subject: Found the missing comma --- t/travis.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/travis.t b/t/travis.t index 902f2ac..61ca69f 100755 --- 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} }); -- cgit v1.2.3