You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage perl-IO-Pty-Easy-0.10-18.fc36.noarch
IO::Pty::Easy provides an interface to IO::Pty which hides most of the ugly details of handling ptys, wrapping them instead in simple spawn/read/write commands.
RPMPackage perl-IO-Prompter-0.004015-10.fc36.noarch
IO::Prompter exports a single subroutine, prompt, that prints a prompt (but only if the program's selected input and output streams are connected to a terminal), then reads some input, then chomps it, and finally returns an object representing that text.
RPMPackage perl-IO-Prompt-Tiny-0.003-19.fc36.noarch
This is an extremely simple prompting module, based on the extremely simple prompt offered by ExtUtils::MakeMaker.In many cases, that's all you need and this module gives it to you without all the overhead of ExtUtils::MakeMaker just to prompt for input.
RPMPackage perl-IO-Prompt-0.997.004-17.fc36.noarch
An object-oriented way to prompt for user input -- and control how the user is prompted. This module is no longer being maintained. Use the IO::Prompter module instead.
RPMPackage perl-IO-Pipely-0.006-2.fc36.noarch
IO::Pipely provides a couple functions to portably create one- and two-way pipes and pipe-like socket pairs. It acknowledges and works around known platform issues so you don't have to.
RPMPackage perl-IO-Pager-2.10-5.fc36.noarch
IO::Pager is used to locate an available pager and programmatically decide whether or not to pipe a file handle's output to the pager.
RPMPackage perl-IO-Null-1.01-41.fc36.noarch
IO::Null is a class for null filehandles. Calling a constructor of this class always succeeds, returning a new null filehandle. Writing to any object of this class is always a no-operation, and returns true. Reading from any object of this class is always no-operation, and returns empty-string or empty-list, as appropriate.
RPMPackage perl-IO-Multiplex-1.16-22.fc36.noarch
IO::Multiplex is designed to take the effort out of managing multiple file handles. It is essentially a really fancy front end to the select system call. In addition to maintaining the select loop, it buffers all input and output to/from the file handles. It can also accept incoming connections on one or more listen sockets.
RPMPackage perl-IO-LockedFile-0.23-39.fc36.noarch
IO::LockedFile is something
RPMPackage perl-IO-Interface-1.09-23.fc36.x86_64
IO::Interface adds methods to IO::Socket objects that allows them to be used to retrieve and change information about the network interfaces on your system. In addition to the object-oriented access methods, you can use a function-oriented style.
RPMPackage perl-IO-Interactive-1.023-4.fc36.noarch
This module provides utility subroutines that make it easier to develop interactive applications.
RPMPackage perl-IO-InSitu-0.0.2-35.fc36.noarch
This module provides a function called open_rw(), that is passed two file names and returns two handles, one open for reading and the other for writing. It's like doing two separate open() calls, except that it detects cases where the input and output file are the same, and avoids clobbering the input file when reopening it for output.
RPMPackage perl-IO-Handle-Util-0.02-11.fc36.noarch
This module provides a number of helpful routines to manipulate or create IO::Handle like objects.
RPMPackage perl-IO-HTML-1.004-5.fc36.noarch
IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.1 of the draft standard.
RPMPackage perl-IO-FDPass-1.3-5.fc36.x86_64
This small low-level module only has one purpose: pass a file descriptor to another process, using a (streaming) UNIX domain socket (on POSIX systems) or any (streaming) socket (on WIN32 systems). The ability to pass file descriptors on Windows is currently the unique selling point of this module. Have I mentioned that it is really small, too?
RPMPackage perl-IO-Event-0.813-24.fc36.noarch
IO::Event provides a object-based callback system for handling nonblocking IO. The design goal is to provide a system that just does the right thing w/o the user needing to think about it much.
RPMPackage perl-IO-Digest-0.11-27.fc36.noarch
This module allows you to calculate digests while reading or writing file handles. This avoids the case you need to reread the same content to compute the digests after written a file.
RPMPackage perl-IO-Compress-tests-2.102-481.fc36.noarch
Tests from perl-IO-Compress-2.102. Execute them with "/usr/libexec/perl-IO-Compress/test".
RPMPackage perl-IO-Compress-Zstd-2.101-3.fc36.noarch
This module provides a Perl interface that allows writing zstd compressed data to files or buffer.
RPMPackage perl-IO-Compress-Lzma-2.101-5.fc36.noarch
This distribution provides a Perl interface to allow reading and writing of compressed data created with the lzma library.