Package: libtest-future-io-impl-perl / 0.15-1

Metadata

Package Version Patches format
libtest-future-io-impl-perl 0.15-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 syswrite test unclog the pipe harder.patch | (download)

lib/Test/Future/IO/Impl.pm | 14 10 + 4 - 0 !
1 file changed, 10 insertions(+), 4 deletions(-)

 [patch] syswrite test: unclog the pipe harder

Reading out 4 kB from a full pipe is not enough to unblock
it on all systems.

On Linux, the pipe size is by default 16 * page size, and
at least the Debian (and apparently Alpine too) ppc64le port
has a page size of 64 kB instead of the more usual 4 kB.

Bug: https://rt.cpan.org/Public/Bug/Display.html?id=140489