From 4fd35bca190e5ef566cc09268e6fef8e03ce321f Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Sun, 22 Jan 2023 15:50:34 +0000 Subject: [PATCH] Add NET::CIDR::Lite to the list of dependences --- UPGRADE.mojo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADE.mojo b/UPGRADE.mojo index 74fbd6b5..e20fdb60 100644 --- a/UPGRADE.mojo +++ b/UPGRADE.mojo @@ -72,7 +72,7 @@ You will need the following CPAN packages: that is reasonably new (I use Ubuntu 18.04 and Debian 10) then you can simply do: - sudo apt-get install libev-perl libmojolicious-perl libjson-perl libjson-xs-perl libdata-structure-util-perl libmath-round-perl + sudo apt-get install libev-perl libmojolicious-perl libjson-perl libjson-xs-perl libdata-structure-util-perl libmath-round-perl libnet-cidr-lite-perl or on Redhat based systems you can install the very similarly (but not the same) named packages. I don't know the exact names but @@ -88,7 +88,7 @@ You will need the following CPAN packages: sudo apt-get install build-essential. - sudo cpanm EV Mojolicious JSON JSON::XS Data::Structure::Util Math::Round + sudo cpanm EV Mojolicious JSON JSON::XS Data::Structure::Util Math::Round Net::CIDR::Lite # just in case it's missing (top, that is) sudo apt-get install procps -- 2.34.1