Name: | perl-IO-String |
---|---|
Version: | 1.08 |
Release: | 9.el6 |
Architecture: | noarch |
Group: | Development/Libraries |
Size: | 18005 |
License: | GPL+ or Artistic |
RPM: | perl-IO-String-1.08-9.el6.noarch.rpm |
Source RPM: | perl-IO-String-1.08-9.el6.src.rpm |
Build Date: | Sun Jul 25 2010 |
Build Host: | ca-build19.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. |
- rebuild against perl 5.10.1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- Rebuild for perl 5.10 (again)
- rebuild for new perl
- Fix various package review issues: - Remove BR: perl - Remove "|| :" from check section - Add dist tag - Fix Source URL - Fix old changelog entries - Resolves: bz#226265
- correct license tag - add BR: perl(ExtUtils::MakeMaker)
- rebuild
- rebuild for new perl-5.8.8
- 1.08
- 1.07
- rebuilt
- Update to 1.06.
- First build.