Skip to content

Commit

Permalink
Keep perlcritic happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mavit committed Sep 30, 2024
1 parent a3e14f5 commit 962a7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/tie.t
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ my ($doc) = doc(
open my $test_data, '<', $test_data_filename
or die "Could not open $test_data_filename: $!";
my $expected = do {
local $/;
local $/ = undef;
<$test_data>;
};
close $test_data
Expand Down

0 comments on commit 962a7b6

Please sign in to comment.