diff options
| author | Paul Buetow <paul@buetow.org> | 2024-12-04 23:39:45 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2024-12-04 23:39:45 +0200 |
| commit | 4354abce1a9feaa6fc8c9ed4857a02c691168521 (patch) | |
| tree | e56b6e4473346c6aa6ec69fa3e1f91f2de7e4282 | |
| parent | a7312158d0484f12cd3f186717638f354266d26b (diff) | |
jo
| -rw-r--r-- | foostats.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/foostats.pl b/foostats.pl index 042da0d..a7b7524 100644 --- a/foostats.pl +++ b/foostats.pl @@ -306,7 +306,6 @@ package Foostats::Outputter { say "Dumping $path"; open my $fd, '>', "$path.tmp" or die "$path.tmp: $!"; - print $fd encode_json($stats) . "\n"; close $fd; rename "$path.tmp", $path or die "$path.tmp: $!"; |
