]> Lady’s Gitweb - Gitweb/commit
gitweb: hard-depend on the Digest::MD5 5.8 module
authorÆvar Arnfjörð Bjarmason <redacted>
Sat, 3 Mar 2018 15:38:08 +0000 (15:38 +0000)
committerLady <redacted>
Mon, 6 Apr 2026 04:51:33 +0000 (00:51 -0400)
commit16638472ca7d7a0a21ae0357c14494e6ed8b0ff311e6fdaa1c8d21b6f2c3bbda
tree2ef484994b886dbd6e915b66af09e2eeda29db0c3cc9bc775a286b3f65056260
parentacf68d9440c244d0e105ecaad8925a34ecf3ae7da9936a31d56785dcbfbb3a9e
gitweb: hard-depend on the Digest::MD5 5.8 module

Since my d48b284183 ("perl: bump the required Perl version to 5.8 from
5.6.[21]", 2010-09-24), we've depended on 5.8, so there's no reason to
conditionally require Digest::MD5 anymore. It was released with perl
v5.7.3[1]

The initial introduction of the dependency in
e9fdd74e53 ("gitweb: (gr)avatar support", 2009-06-30) says as much,
this also undoes part of the later 2e9c8789b7 ("gitweb: Mention
optional Perl modules in INSTALL", 2011-02-04) since gitweb will
always be run on at least 5.8, so there's no need to mention
Digest::MD5 as a required module in the documentation, let's instead
say that we require perl 5.8.

1. $ corelist Digest::MD5
   Data for 2015-02-14
   Digest::MD5 was first released with perl v5.7.3

Signed-off-by: Ævar Arnfjörð Bjarmason <redacted>
Signed-off-by: Junio C Hamano <redacted>
INSTALL
gitweb.perl
This page took 0.315136 seconds and 5 git commands to generate.