• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

lib/HTML/H07-Nov-2006-230109

t/H07-Nov-2006-408333

ChangesH A D07-Nov-20061.2 KiB3326

MANIFESTH A D07-Nov-2006152 98

META.ymlH A D07-Nov-2006274 119

Makefile.PLH A D07-Nov-2006220 106

READMEH A D07-Nov-2006489 1612

htmldiffH A D07-Nov-2006835 3919

README

1HTML::Diff is a Perl module for finding changes between two strings of
2HTML.
3
4To install, simply copy HTML/Diff.pm to somewhere in your perl include
5path. Or, give the following commands at a shell prompt:
6
7   % perl ./Makefile.PL
8   % make
9   % make test
10   % make install
11
12HTML::Diff is copyright (c) 2003-2006 Ezra elias kilty Cooper
13<ezra@ezrakilty.net>. All rights reserved. This program is free
14software; you can redistribute it and/or modify it under the same
15terms as Perl itself.
16