From b8ed75528955ec9b017b0c92bb60c1a97f880451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B8=D0=BB=D1=8F=D0=BD=20=D0=9F=D0=B0=D0=BB=D0=B0?= =?UTF-8?q?=D1=83=D0=B7=D0=BE=D0=B2?= Date: Mon, 1 Apr 2024 10:26:36 +0000 Subject: [PATCH] doc/ developer-testing.rst: install more things from CPAN needed by cassandane --- docsrc/imap/developer/developer-testing.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docsrc/imap/developer/developer-testing.rst b/docsrc/imap/developer/developer-testing.rst index 90062c0241..bb4a85e97f 100644 --- a/docsrc/imap/developer/developer-testing.rst +++ b/docsrc/imap/developer/developer-testing.rst @@ -45,6 +45,7 @@ Install and configure Cassandane .. code-block:: bash + sudo cpan -i AnyEvent Config::IniFiles Data::GUID Digest::CRC File::Slurp IO::File::fcntl IO::Socket::INET6 Net::Server::PreForkSimple News::NNTPClient Plack::Loader Types::Standard Unix::Syslog XML::Generator XML::Simple sudo cpan -i Tie::DataUUID sudo cpan -i XML::Spice sudo cpan -i XML::Fast @@ -59,6 +60,10 @@ Install and configure Cassandane sudo cpan -i Mail::JMAPTalk sudo cpan -i Math::Int64 + With recent perl versions ``Test::Unit::TestRunner`` cannot be installed with ``cpan``. Download + the package and apply the changes from https://sources.debian.org/patches/libtest-unit-perl/0.25-7/ + before installing it. + 3. Build Cassandane's binary components .. code-block:: bash