You are here: Home / LBN / Up2date / Core Linux / BastionLinux 19 / perl-IO-String-1.08-19.lbn19.noarch

perl-IO-String-1.08-19.lbn19.noarch

Package Attributes
RPM  perl-IO-String-1.08-19.lbn19.noarch.rpm Architecture  noarch Size  17396 Created  2019/09/30 06:55:33 UTC
Package Specification
Summary Emulate file interface for in-core strings
Group Development/Libraries
License GPL+ or Artistic
Home Page http://search.cpan.org/dist/IO-String/
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.

Requires
rpmlib(PayloadFilesHavePrefix)  
rpmlib(FileDigests)  
rpmlib(CompressedFileNames)  
rpmlib(PayloadIsXz)  
perl  
Provides
perl(IO::String)
perl-IO-String

Document Actions