Name: | perl-IO-String |
---|---|
Version: | 1.08 |
Release: | 19.el7 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 18092 |
License: | GPL+ or Artistic |
RPM: | perl-IO-String-1.08-19.el7.noarch.rpm |
Source RPM: | perl-IO-String-1.08-19.el7.src.rpm |
Build Date: | Wed Apr 30 2014 |
Build Host: | ca-buildj3.us.oracle.com |
Vendor: | Oracle America |
URL: | http://search.cpan.org/dist/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. |
- Mass rebuild 2013-12-27
- Modernize the spec a bit - Drop command macros
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
- Perl 5.16 rebuild
- Clean spec file - Specify all dependencies
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
- Perl mass rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- 661697 rebuild for fixing problems with vendorach/lib
- Mass rebuild with perl-5.12.0