[ 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 ]
×

Package perl-IO-String-1.08-43.el9.src download

Name perl-IO-String
Epoch 0
Version 1.08
Release 43.el9
Architecture src
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
Size 17 KiB
Source Project perl-IO-String-1.08-43.el9
SHA-256 checksum ec3c4fa198f857d57160cef1299b5d9901f4ecbf41c1813de54649762b4674e1
× Full screenshot
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