Jump to letter: [
ABCDEFGHKLMNOPQRSUXZ
]
perl-Array-Diff - 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.
Packages
perl-Array-Diff-0.07-7.el6.noarch
[18 KiB] |
Changelog
by Paul Howarth (2012-03-06):
- Explicitly require perl(Class::Accessor::Fast) unless we have rpm ≥ 4.9,
which can auto-detect the dependency
- Drop buildreq perl(Module::Install) - Makefile.PL explicitly uses the one
bundled in inc/
- Don't need to remove empty directories from buildroot
- Use DESTDIR rather than PERL_INSTALL_ROOT
- Make %files list more explicit
- Don't use macros for commands
- Drop %defattr, redundant since rpm 4.4
- Improve %description and %summary
|