diff options
author | Xi Ruoyao <xry111@xry111.site> | 2022-08-06 22:42:16 +0800 |
---|---|---|
committer | Xi Ruoyao <xry111@xry111.site> | 2022-08-07 18:28:24 +0800 |
commit | e06065fc29bd1d8aba2f132031a9019c2c219d3f (patch) | |
tree | 7613654621056ea086f6838f8bbbc596969ebc66 /chapter08/perl.xml | |
parent | 7131c8979c7ce5b759d573192b9042125e9c5288 (diff) |
perl: remove outdated note regarding zlib version
Now perl-5.36 ships zlib-1.2.12, which is same as the book providing.
Diffstat (limited to 'chapter08/perl.xml')
-rw-r--r-- | chapter08/perl.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chapter08/perl.xml b/chapter08/perl.xml index b5521d414..461eb7980 100644 --- a/chapter08/perl.xml +++ b/chapter08/perl.xml @@ -139,10 +139,6 @@ export BUILD_BZIP2=0</userinput></screen> <screen><userinput remap="test">make test</userinput></screen> - <note> - <para>Nine tests fail due to using the most recent version of zlib.</para> - </note> - <para>Install the package and clean up:</para> <screen><userinput remap="install">make install |