commit | b9c3381069eb73833cf24df4a0b767454d8def92 | [log] [tgz] |
---|---|---|
author | Akron <nils@diewald-online.de> | Wed Oct 21 16:19:35 2020 +0200 |
committer | Akron <nils@diewald-online.de> | Tue Nov 03 17:10:15 2020 +0100 |
tree | 0bf8cc942daff518e640c0d185aa31a2be8c49f4 | |
parent | dcbee64d27d6fc46913779e0b8ae66c305a7b799 [diff] [blame] |
Replaced Log4perl with Log::Any Change-Id: I0837fb628fcfffef1edc5e497819b6f6966cf292
diff --git a/Makefile.PL b/Makefile.PL index 4b5f759..02bc475 100644 --- a/Makefile.PL +++ b/Makefile.PL
@@ -14,7 +14,7 @@ 'Mojolicious' => 7.23, 'Packed::Array' => 0.01, 'Test::Output' => 0, - 'Log::Log4perl' => 1.42, + 'Log::Any' => 1.708, 'JSON::XS' => 3.01, 'Set::Scalar' => 1.26, 'XML::Fast' => 0.11,