[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Project perl-IO-String-1.08-43.el9

Name perl-IO-String
Epoch 0
Version 1.08
Release 43.el9
Website/URL https://metacpan.org/release/IO-String
License GPL+ or Artistic
Build Time 2023-03-22 02:28:13
Build Host builder-x86-01.inferitos.ru
Summary Emulate file interface for in-core strings
Repositories CRB, Extras
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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
noarch
perl-IO-String-1.08-43.el9.noarch Emulate file interface for in-core strings aabc48fd1d3c87c5106cdd0ab43bd2876eebb9666821300ce49a9023dc08a3f6 download
src
perl-IO-String-1.08-43.el9.src Emulate file interface for in-core strings ec3c4fa198f857d57160cef1299b5d9901f4ecbf41c1813de54649762b4674e1 download
Changelog link
* Wed Mar 15 2023 MSVSphere Packaging Team <packager@msvsphere.ru> - 1.08-43
- Rebuilt for MSVSphere 9.1.

* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 1.08-43
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
  Related: rhbz#1991688

* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 1.08-42
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937