Name: | perl-IO-stringy |
---|---|
Version: | 2.113 |
Release: | 7.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 130124 |
License: | GPL+ or Artistic |
RPM: | perl-IO-stringy-2.113-7.el9.noarch.rpm |
Source RPM: | perl-IO-stringy-2.113-7.el9.src.rpm |
Build Date: | Tue Jan 11 2022 |
Build Host: | build-ol9-x86_64.oracle.com |
Vendor: | Oracle America |
URL: | https://metacpan.org/release/IO-stringy |
Summary: | I/O on in-core objects like strings and arrays for Perl |
Description: | This toolkit primarily provides modules for performing both traditional and object-oriented I/O) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have IO::AtomicFile, which may be used to painlessly create files that are updated atomically. And in the "this-may-prove-useful" corner, we have IO::Wrap, whose exported wraphandle() function will clothe anything that's not a blessed object in an IO::Handle-like wrapper... so you can just use OO syntax and stop worrying about whether your function's caller handed you a string, a globref, or a FileHandle. |
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
- Perl 5.32 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
- Update to 2.113 - Get rid of use of Common and TBone in all tests - Convert to Dist::Zilla for authoring - Cleaned up some of the docs (needs more)
- Update to 2.112 - Added the change log from any prior source that could be found, and formatted the log to fit metacpan.org loose standards - Change use vars qw() to our $whatever instead - Hide IO::WrapTie subclasses from PAUSE - Rebuild Makefile.PL to contain all of the prerequisites - Convert README to README.md - Fix the documentation in the main module, IO::Stringy to better indicate where to get info and how to use the module - Fix the dist's META information to indicate the original author and license - Add a LICENSE file - Add AppVeyor CI testing - Add Travis CI testing - Update t/IO_InnerFile.t to use Test::More and a proper TEMP file (CPAN RT#103895) - Use author-independent source URL - Simplify find command using -delete - Add Provides: for perl-IO-Stringy - Fix permissions verbosely