Skip to content

Commit

Permalink
Try again to keep perltidy happy.
Browse files Browse the repository at this point in the history
  • Loading branch information
mavit committed Sep 30, 2024
1 parent 148e4b1 commit a3e14f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions t/tie.t
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ my ($doc) = doc(
);

open my $test_data, '<', $test_data_filename
or die "Could not open $test_data_filename: $!";
or die "Could not open $test_data_filename: $!";
my $expected = do {
local $/;
<$test_data>;
};
close $test_data
or die "Error on closing $test_data_filename: $!";
or die "Error on closing $test_data_filename: $!";

TODO: {
local $TODO = 'Cannot yet see packages used by tie';
Expand Down

0 comments on commit a3e14f5

Please sign in to comment.