aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Algorithm-MDiff/pkg-descr
blob: 5f39acfef3c33727c88fe2ffa1b74ca85d5da5c3 (plain) (tree)
1
2
3
4
5
6
7
8
9
10






                                                                           
                                                 

      
Algorithm::MDiff is another form of comparing two different perl objects.
M-difference works as follows:  Two strings are m-different if at least m
of the characters in the string differ; that is, if m=3, then there are at
least 3 indices (i, j, k) such that str1[i] != str2[i], str1[j] != str2[j],
and str1[k] != str2[k].

Author: Jettero Heller <jettero@voltar.org>
WWW: http://search.cpan.org/dist/Algorithm-MDiff/
      
--will