forked from pool/perl-Array-Diff
Accepting request 702525 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/702525 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Array-Diff?expand=0&rev=11
This commit is contained in:
committed by
Git OBS Bridge
parent
6386ad80ab
commit
c57b100aca
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-Array-Diff
|
||||
Version: 0.08
|
||||
Version: 0.09
|
||||
Release: 0
|
||||
%define cpan_name Array-Diff
|
||||
Summary: Find the differences between two arrays
|
||||
@@ -37,8 +37,11 @@ Requires: perl(Class::Accessor::Fast)
|
||||
%{perl_requires}
|
||||
|
||||
%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.
|
||||
This module compares two *pre-sorted* arrays and returns the added or
|
||||
deleted elements in two separate arrays. It's a simple wrapper around
|
||||
Algorithm::Diff.
|
||||
|
||||
*Note*: the arrays must be sorted before you call 'diff'.
|
||||
|
||||
And if you need more complex array tools, check Array::Compare.
|
||||
|
||||
|
Reference in New Issue
Block a user