LEGALESE
~~~~~~~~
  Copyright (c) 2000 Andrew D. Allen. All rights reserved.
  This program is free software; you can redistribute it and/or
  modify it under the same terms as Perl itself.

WHAT
~~~~
  String::DiffLine defines a function "diffline" that returns the
  character position, line number, and line character position of 
  the first difference in two strings.


INSTALL
~~~~~~~

To install this module type

  perl Makefile.PL
  make
  make test # check for absence of 'not ok' lines
  make install

BUGS AUTHOR
~~~~~~~~~~~
Andrew Allen
andrew_d_allen@hotmail.com

CHANGES
~~~~~~~
0.01  Fri Jan 28 19:38:08 2000
	- original version; created by h2xs 1.18