summaryrefslogtreecommitdiffstats
path: root/generate-mirror-mail.pl
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2016-06-29 11:56:29 +0200
committerFlorian Pritz <bluewind@xinu.at>2016-06-29 11:56:29 +0200
commitef4ae36873f2acefa4b61dbceea76e3587e89e0a (patch)
treeb42e5a39e632d307b877526ca9de314e9477c0ed /generate-mirror-mail.pl
parenta70e1f872053ff292abc0e7defd08f806bc00143 (diff)
downloadbin-ef4ae36873f2acefa4b61dbceea76e3587e89e0a.tar.gz
bin-ef4ae36873f2acefa4b61dbceea76e3587e89e0a.tar.xz
generate-mirror-mail.pl: Fix deprecated hash access syntax
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'generate-mirror-mail.pl')
-rwxr-xr-xgenerate-mirror-mail.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate-mirror-mail.pl b/generate-mirror-mail.pl
index e0b98b1..58c00b5 100755
--- a/generate-mirror-mail.pl
+++ b/generate-mirror-mail.pl
@@ -108,7 +108,7 @@ while (<>) {
}
# extract and deduplicate sync times
- my @last_sync = keys { map { ${$_}{time} => 1 } @out_of_sync };
+ my @last_sync = keys %{{ map { ${$_}{time} => 1 } @out_of_sync }};
my $sent_mail = 0;
# TODO: set $to