Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/neilb/html-diff

Release history of html-diff
https://github.com/neilb/html-diff

Last synced: 2 months ago
JSON representation

Release history of html-diff

Awesome Lists containing this project

README

        

HTML::Diff is a Perl module for finding changes between two strings of
HTML.

To install, simply copy HTML/Diff.pm to somewhere in your perl include
path. Or, give the following commands at a shell prompt:

% perl ./Makefile.PL
% make
% make test
% make install

HTML::Diff is copyright (c) 2003-2006 Ezra elias kilty Cooper
. All rights reserved. This program is free
software; you can redistribute it and/or modify it under the same
terms as Perl itself.