Update to current Debian version.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2026-01-31 22:10:20 +01:00
parent 1674138be6
commit 464f145382
4 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,7 @@ use DBI();
use MOD::Utils qw(read_private_config);
use News::Article();
use MOD::DBIUtilsPublic();
use Digest::SHA1();
use Digest::SHA();
push @MOD::DBIUtils::ISA,'MOD::DBIUtilsPublic';