1Text-Diff3 version 0.10
2============================
3
4Perl module to compute three way diff from texts.
5
6INSTALLATION
7
8To install this module type the following:
9
10   perl Makefile.PL
11   make
12   make test
13   make install
14
15In most cases, merge.pl and diff3 -m output same result without
16diff3 -m making conflict for same removing lines both 0.txt and 1.txt (why?).
17merge.pl does not treat conflict in such case.
18
19DEPENDENCIES
20
21This module requires no other modules and libraries.
22
23COPYRIGHT AND LICENCE
24
25Copyright (C) 2005 MIZUTANI Tociyuki
26
27This program is free software; you can redistribute it and/or modify
28it under the terms of the GNU General Public License as published by
29the Free Software Foundation; either version 2, or (at your option)
30any later version.
31