| Name: | perl-IO-All |
|---|---|
| Version: | 0.61 |
| Release: | 1.el7 |
| Architecture: | noarch |
| Group: | Development/Libraries |
| Size: | 253650 |
| License: | GPL+ or Artistic |
| RPM: | perl-IO-All-0.61-1.el7.noarch.rpm |
| Source RPM: | perl-IO-All-0.61-1.el7.src.rpm |
| Build Date: | Fri Nov 03 2017 |
| Build Host: | x86-ol7-builder-03.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/IO-All/ |
| Summary: | IO::All Perl module |
| Description: | The IO::All object is a proxy for IO::File, IO::Dir, IO::Socket, IO::String, Tie::File, File::Spec, File::Path and File::ReadBackwards; as well as all the DBM and MLDBM modules. You can use most of the methods found in these classes and in IO::Handle (which they inherit from). IO::All adds dozens of other helpful idiomatic methods including file stat and manipulation functions. |
- Update to 0.61
- Fix head() returning prematurely
(https://github.com/ingydotnet/io-all-pm/issues/44)
- Update to 0.60 - Fix IO Layer situation
- Update to 0.59 - Fix possible infinite loop in t/accept.t (GH#42) - Fix yet another utf8 validation issue (GH#38) - Fix warnings running t/tie.t on Windows (GH#37)
- Update to 0.58 - Fix canonpath on MSWin32 - Fix marking files as both binary and utf8 (closes GH#36)
- Update to 0.57
- Make '' not become / when using io->dir('')
- Add a fix for io->file("foobar")->assert
- Make io->file('') not break on Windows systems
- Fix dangling file handles in tests
- Make mkdir die if it fails (CPAN RT#61697)
- Fix possible path test issues, especially in Win32
- Fix ->binary under -utf8 import mode (CPAN RT#81224)
- Validate UTF-8 in ->utf8 (CPAN RT#74642)
- Consistently use :encoding($encoding) (CPAN RT#68512)
- Pass perms to mkpath in assert_dirpath (CPAN RT#53687)
- Fix minor POD niggle (CPAN RT#83798)
- Remove broken test for ->mimetype (CPAN RT#91743)
- Skip t/encoding.t for perls built without PerlIO::encoding (CPAN RT#26230)
- Abandon RT in favor of GitHub Issues
- Remove mentions of unimplemented strict (GH#15)
- Allow testing on non-SDBM DBM's
- Change minimum perl version to 5.8.1, and thus remove dep for IO::String
- Return realpath for canonpath when possible (GH#34)
- Correctly check exists for ::File, ::Dir, and ::Link
- Fix test failures on MacOS (CPAN RT#61627/GH#29, CPAN RT#82633/GH#32)
- Some documentation clean-up around the SYNOPSIS
- Fix printing to a tie'd object (GH#26)
- Fix tests if $^X ne 'perl' (GH#35)
- This release by FREW -> update source URL
- Package upstream's README.md file
- Run the Pod test too
- Update to 0.50 - Fix various tests on Windows (CPAN RT#89609) - Fix wrong return precedence (CPAN RT#87200) - This release by INGY -> update source URL
- Update to 0.48 - Add ->os method to ::Filesys - Switch from Module::Install to Dist::Zilla
- Update to 0.47
- Add ->glob method to ::Dir
- Add list based constructors to ::Dir and ::File
- Add ->mimetype method to ::FileSys
- Add ->ext method to ::FileSys
- All tests should be parallelizable
- This release by FREW -> update source URL
- Specify all dependencies
- Make %files list more explicit
- Don't use macros for commands
- Drop redundant %{?perl_default_filter}
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
- Perl 5.18 rebuild - Correct find usage