[ol10_codeready_builder] perl-IO-String-1.08-53.el10.noarch

Name:perl-IO-String
Version:1.08
Release:53.el10
Architecture:noarch
Group:Unspecified
Size:17139
License:GPL-1.0-or-later OR Artistic-1.0-Perl
RPM: perl-IO-String-1.08-53.el10.noarch.rpm
Source RPM: perl-IO-String-1.08-53.el10.src.rpm
Build Date:Tue Jan 28 2025
Build Host:build-ol10-x86_64.oracle.com
Vendor:Oracle America
URL:https://metacpan.org/release/IO-String
Summary:Emulate file interface for in-core strings
Description:
The "IO::String" module provides the "IO::File" interface for in-core
strings.  An "IO::String" object can be attached to a string, and
makes it possible to use the normal file operations for reading or
writing data, as well as for seeking to various locations of the
string.  This is useful when you want to use a library module that
only provides an interface to file handles on data that you have in a
string variable.

Note that perl-5.8 and better has built-in support for "in memory"
files, which are set up by passing a reference instead of a filename
to the open() call. The reason for using this module is that it makes
the code backwards compatible with older versions of Perl.

Changelog (Show File list) (Show related packages)