From: Don Armstrong Date: Thu, 28 Nov 2019 19:05:38 +0000 (-0800) Subject: it's remove_age not removal_age X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=8645742bc79cc3d5164cbe74112b726198b98e67 it's remove_age not removal_age --- diff --git a/lib/Debbugs/Bug.pm b/lib/Debbugs/Bug.pm index 21a26e3..523ec31 100644 --- a/lib/Debbugs/Bug.pm +++ b/lib/Debbugs/Bug.pm @@ -464,8 +464,8 @@ sub _populate_archiveable { } } my $time = time; - state $remove_time = 24 * 60 * 60 * ($config{removal_age} // 30); - # 4. Have been modified more than removal_age ago + state $remove_time = 24 * 60 * 60 * ($config{remove_age} // 30); + # 4. Have been modified more than remove_age ago my $moded_ago = $time - $self->modified->epoch; # if we don't need to know when we can archive, we can stop here if it's