Skip to content

Commit

Permalink
Added minor correction (missing comma)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbn committed Oct 15, 2017
1 parent 95ad175 commit b69c578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Test/Timer/TimeoutException.pm
Expand Up @@ -15,7 +15,7 @@ sub new {

local $Error::Depth = $Error::Depth + 1;

$self = $self->SUPER::new( -text => $time -value => $time );
$self = $self->SUPER::new( -text => $time, -value => $time );

return $self;
}
Expand Down

0 comments on commit b69c578

Please sign in to comment.