summaryrefslogtreecommitdiff
path: root/dist/Tie-File/t/25_gen_nocache.t
diff options
context:
space:
mode:
Diffstat (limited to 'dist/Tie-File/t/25_gen_nocache.t')
-rw-r--r--dist/Tie-File/t/25_gen_nocache.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Tie-File/t/25_gen_nocache.t b/dist/Tie-File/t/25_gen_nocache.t
index 78e5506215..ce55d27d6a 100644
--- a/dist/Tie-File/t/25_gen_nocache.t
+++ b/dist/Tie-File/t/25_gen_nocache.t
@@ -91,7 +91,7 @@ sub check_contents {
my $x = join $:, @c, '';
local *FH = $o->{fh};
seek FH, 0, SEEK_SET;
-# my $open = open FH, "< $file";
+# my $open = open FH, '<', $file;
my $a;
{ local $/; $a = <FH> }
$a = "" unless defined $a;