summaryrefslogtreecommitdiffstats
path: root/upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm
diff options
context:
space:
mode:
Diffstat (limited to 'upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm')
-rw-r--r--upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm b/upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm
index 50f32e22..68835861 100644
--- a/upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm
+++ b/upstream/mageia-cauldron/man3pm/Compress::Raw::Zlib.3pm
@@ -55,7 +55,7 @@
.\" ========================================================================
.\"
.IX Title "Compress::Raw::Zlib 3pm"
-.TH Compress::Raw::Zlib 3pm 2023-11-28 "perl v5.38.2" "Perl Programmers Reference Guide"
+.TH Compress::Raw::Zlib 3pm 2024-04-05 "perl v5.38.2" "Perl Programmers Reference Guide"
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
.\" way too many mistakes in technical documents.
.if n .ad l
@@ -699,7 +699,7 @@ simpler.
\& last OUTER
\& unless $status == Z_OK || $status == Z_BUF_ERROR ;
\& }
-\& while ($status == Z_OK && length $input);
+\& while length $input;
\& }
\&
\& die "inflation failed\en"
@@ -862,7 +862,7 @@ Below is typical code that shows how to use \f(CW\*(C`LimitOutput\*(C'\fR.
\& last OUTER
\& unless $status == Z_OK || $status == Z_BUF_ERROR ;
\& }
-\& while ($status == Z_OK && length $input);
+\& while length $input;
\& }
\&
\& die "inflation failed\en"