Algorithm::Diff - Computs the difference between two files, two strings, or any other two lists of things https://www.cpan.org/
Go to file
2024-01-06 08:31:00 +01:00
perl-Algorithm-Diff.spec perl 5.16 mass rebuild [release 1.1902-3mamba;Tue Nov 13 2012] 2024-01-06 08:31:00 +01:00
README.md perl 5.16 mass rebuild [release 1.1902-3mamba;Tue Nov 13 2012] 2024-01-06 08:31:00 +01:00

perl-Algorithm-Diff

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.