summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libalgorithm/libalgorithm-diff-perl_1.1903.bb
Commit message (Collapse)AuthorAgeFilesLines
* libalgorithm-diff-perl: upgrade 1.1903 -> 1.201Jason Schonberg2025-09-091-22/+0
| | | | | | | | | | | | | | | License-Change: License appears at a different offset in the file. Checksum remains the same. New maintainer. Changes for version 1.201 - 2020-12-13 speed up LCS when $keyGen is undef (RT 101105; thanks, XENU) Changes for version 1.200 - 2020-09-27 new release with no new features, just preparing for a series of bugfix releases Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libalgorithm-diff-perl: upgrade 1.1901 -> 1.1903Jason Schonberg2025-09-051-0/+22
Changes for version 1.19_03 - 2014-11-25 Fix documentation typos (RT 84981) contributed by dsteinbrunner add -w and -i switches to diffnew.pl (RT 69945) contributed by Brian.Eschner Remove Algorithm::DiffOld from the index The module is still distributed with Algorithm::Diff, but is not indexed on CPAN because this is an ***UNAUTHORIZED*** release of Algorithm::DiffOld. Changes for version 1.19_02 - 2006-07-31 Fix typo in @EXPORT_OK (s/LCDidx/LCSidx/) (RT 8576) Use 'printf' in example code, not 'sprintf' nor 'sprint' (RT 16067) DiffOld wasn't passing extra arguments to compare routine (RT 20650) Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>