| Name: | perl-Array-Diff |
|---|---|
| Epoch: | 1 |
| Version: | 0.09 |
| Release: | 14.el10_0 |
| Architecture: | noarch |
| Group: | Unspecified |
| Size: | 26354 |
| License: | GPL-1.0-or-later OR Artistic-1.0-Perl |
| RPM: | perl-Array-Diff-0.09-14.el10_0.noarch.rpm |
| Source RPM: | perl-Array-Diff-0.09-14.el10_0.src.rpm |
| Build Date: | Thu Dec 19 2024 |
| Build Host: | build-ol10-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. |