| 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. |