summaryrefslogtreecommitdiffstats
path: root/meta-perl/recipes-perl/libalgorithm
Commit message (Collapse)AuthorAgeFilesLines
* libalgorithm-diff-perl: upgrade 1.1903 -> 1.201Jason Schonberg2025-09-091-4/+4
| | | | | | | | | | | | | | | 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-2/+2
| | | | | | | | | | | | | | | 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>
* libalgorithm-diff-perl: upgrade 1.15 -> 1.1901Jason Schonberg2025-07-231-4/+4
| | | | | | | | | License-Update: New authors, new copyright date. Same license. Changelog: https://metacpan.org/release/TYEMQ/Algorithm-Diff-1.1901/source/Changes Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* meta-openembedded/all: adapt to UNPACKDIR changesAlexander Kanavin2025-06-251-1/+1
| | | | | | | | | | | | | Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libalgorithm-diff-perl: Change references to search.cpan.org to use metacpan.orgJ. S.2024-10-241-1/+1
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libalgorithm-diff-perl: Drop unnecessary SRC_URI md5sumJ. S.2024-10-221-1/+0
| | | | | Signed-off-by: Jason Schonberg <schonm@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* recipes: Update LICENSE variable to use SPDX license identifiersKhem Raj2022-03-041-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libalgorithm-diff-perl: add 1.15Tim Orling2014-06-041-0/+23
[from README] This is a module for computing the difference between two files, two strings, or any other two lists of things. It uses an intelligent algorithm similar to (or identical to) the one used by the Unix `diff' program. It is guaranteed to find the *smallest possible* set of differences. * Add ${CPAN_MIRROR} option Signed-off-by: Tim Orling <TicoTimo@gmail.com>