Skip to content

Commit 118533f

Browse files
committed
1 parent f41047a commit 118533f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perl/lib/App/gherkin.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ sub formatter {
7272
my $fh = $self->out_handle;
7373
return sub {
7474
my $msg = shift;
75-
print $fh $msg->to_json . "\n";
75+
print {$fh} $msg->to_json . "\n";
7676
};
7777
}
7878

0 commit comments

Comments
 (0)