commit 60ce4daf57e76447f848c1fc460036ea1b895602 Author: Nicolas Vigier boklm@torproject.org Date: Fri Apr 9 17:58:05 2021 +0200
Bug 40273: Add libdatetime-perl to the list of dependencies --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README b/README index 8ebccf6..1582743 100644 --- a/README +++ b/README @@ -30,10 +30,11 @@ You also need a few perl modules installed: - Digest::SHA - Data::UUID - Data::Dump +- DateTime
If you are running Debian or Ubuntu, you can install them with:
-# apt-get install libyaml-libyaml-perl libtemplate-perl \ +# apt-get install libyaml-libyaml-perl libtemplate-perl libdatetime-perl \ libio-handle-util-perl libio-all-perl \ libio-captureoutput-perl libjson-perl libpath-tiny-perl \ libstring-shellquote-perl libsort-versions-perl \
tbb-commits@lists.torproject.org