Name: | perl-File-Find-Object |
---|---|
Version: | 0.3.5 |
Release: | 7.el9 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 73348 |
License: | GPLv2+ or Artistic 2.0 |
RPM: | perl-File-Find-Object-0.3.5-7.el9.noarch.rpm |
Source RPM: | perl-File-Find-Object-0.3.5-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/File-Find-Object |
Summary: | Object oriented File::Find replacement |
Description: | File::Find::Object does the same job as File::Find but works like an object and with an iterator. As File::Find is not object oriented, one cannot perform multiple searches in the same application. The second problem of File::Find is its file processing: after starting its main loop, one cannot easily wait for another event and so get the next result. |
- 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
- BR: perl(blib) for t/00-compile.t
- Update to 0.3.5 - Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD documentation (VERSION used to appear before NAME) - Use %{make_build} and %{make_install}
- Update to 0.3.4 - Now at https://github.com/shlomif/perl-file-find-object - tidyall - Add *~ files to MANIFEST.SKIP (GH#1)