| Name: | perl-Array-Diff |
|---|---|
| Epoch: | 1 |
| Version: | 0.09 |
| Release: | 1.el9 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 26642 |
| License: | GPL+ or Artistic |
| RPM: | perl-Array-Diff-0.09-1.el9.noarch.rpm |
| Source RPM: | perl-Array-Diff-0.09-1.el9.src.rpm |
| Build Date: | Thu Feb 03 2022 |
| Build Host: | build-ol9-x86_64.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/Array-Diff |
| Summary: | Find the differences between two arrays |
| Description: | This module compares two arrays and returns the added or deleted elements in two separate arrays. It's a simple wrapper around Algorithm::Diff. If you need more complex array tools, check Array::Compare. |
- Update to 0.09 - Set minimum Perl version in metadata (GH#1) - Clarified in the doc that the arrays must be sorted (CPAN RT#39184)
- Update to 0.08 - Switched to Dist::Zilla - Added version dependency for Algorithm::Diff in Array/Diff.pm - Added a bunch of entries to SEE ALSO
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
- Perl 5.28 rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
- Perl 5.26 rebuild
- Fix building on Perl without '.' in @INC