Sun, 28 Apr 2024 18:02:32 UTC | login

Information for build perl516-perl-IO-String-1.08-1.el7

ID5751
Package Nameperl516-perl-IO-String
Version1.08
Release1.el7
Epoch
SummaryEmulate file interface for in-core strings
DescriptionThe "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.
Built byhhorak
State complete
Volume DEFAULT
StartedSat, 03 Oct 2015 08:04:52 UTC
CompletedSat, 03 Oct 2015 08:08:26 UTC
Taskbuild (sclo7-perl516-rh-el7, perl516-perl-IO-String-1.08-1.el7.src.rpm)
Tags
sclo7-perl516-rh-candidate
sclo7-perl516-rh-release
sclo7-perl516-rh-testing
RPMs
src
perl516-perl-IO-String-1.08-1.el7.src.rpm (info) (download)
noarch
perl516-perl-IO-String-1.08-1.el7.noarch.rpm (info) (download)
Logs
noarch
root.log
build.log
state.log
Changelog * Mon Feb 11 2013 Jitka Plesnikova <jplesnik@redhat.com> - 1.08-1 - Stack package - initial release