Skip to content

Commit

Permalink
ws
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyink committed Jul 12, 2018
1 parent 9efc9df commit 1e2fb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Eval/TypeTiny.pm
Expand Up @@ -73,7 +73,7 @@ sub import {
my $class = shift; # uncoverable statement
my $opts = { ref($_[0]) ? %{+shift} : () }; # uncoverable statement
$opts->{into} ||= scalar(caller); # uncoverable statement
return $class->$next($opts, @_); # uncoverable statement
return $class->$next($opts, @_); # uncoverable statement
}

sub eval_closure {
Expand Down

0 comments on commit 1e2fb2c

Please sign in to comment.