summaryrefslogtreecommitdiffstats
path: root/scripts/dejunk.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/dejunk.pl')
-rw-r--r--scripts/dejunk.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/dejunk.pl b/scripts/dejunk.pl
index 5c7c01a..ce4d167 100644
--- a/scripts/dejunk.pl
+++ b/scripts/dejunk.pl
@@ -274,7 +274,7 @@ sub load_activity_data {
error("Could not read dejunk activity data from $fn: $!");
return;
}
- $/ = undef;
+ local $/;
my $file_contents = <$fh>;
eval {
my $data = eval $file_contents;