diff --git a/Changes b/Changes index ba3fe18..3aa2145 100644 --- a/Changes +++ b/Changes @@ -1,13 +1,13 @@ -Revision history for Perl extension Text::LevenshteinXS. - -0.03 Tue Jun 29 14:42:00 2004 - - move variable declaration to fix SGI compile error. - -0.02 Sat Mar 06 10:54:00 2004 - - short circuits added for special cases to increase - speed. - -0.01 Wed Mar 26 10:23:49 2003 - - original version; created by h2xs 1.21 with options - -n Text::LevenshteinXS - +Revision history for Perl extension Text::LevenshteinXS. + +0.03 Tue Jun 29 14:42:00 2004 + - move variable declaration to fix SGI compile error. + +0.02 Sat Mar 06 10:54:00 2004 + - short circuits added for special cases to increase + speed. + +0.01 Wed Mar 26 10:23:49 2003 + - original version; created by h2xs 1.21 with options + -n Text::LevenshteinXS + diff --git a/README b/README index 13cadb2..0f32071 100644 --- a/README +++ b/README @@ -1,54 +1,54 @@ - -Text::LevenshteinXS is an XS implementation of the Levenshtein edit distance in Perl. -A good point to start is: - -See also Text::Levenshtein on CPAN for a pure Perl version of this module. - - -PREREQUISITES - -This suite requires Perl 5; I tested it only under Perl 5.6. - -Text::LevenshteinXS requires the Test module. - -A C compiler. - - -INSTALLATION - -You install Text::LevenshteinXS by running these commands in the *nix environment: - - perl Makefile.PL - make - make test (optional) - make install - -To install Text::LevenshteinXS in the Win32 environment, use nmake instead of make. -nmake is available for free (in a self extracting executable): - -After download and inflate, put nmake.exe and nmake.err in c:\windows\command . -You need also a C compiler (e.g. Visual C++). - - -DOCUMENTATION - -POD format documentation is included in LevenshteinXS.pm. -POD is readable with the command: - - perldoc Text::LevenshteinXS - - -AVAILABILITY - -The latest version of Text::LevenshteinXS is available from the -CPAN - - -COPYRIGHT - -Copyright 2003 Dree Mistrut - -This package is free software and is provided "as is" without express -or implied warranty. You can redistribute it and/or modify it under -the same terms as Perl itself. - + +Text::LevenshteinXS is an XS implementation of the Levenshtein edit distance in Perl. +A good point to start is: + +See also Text::Levenshtein on CPAN for a pure Perl version of this module. + + +PREREQUISITES + +This suite requires Perl 5; I tested it only under Perl 5.6. + +Text::LevenshteinXS requires the Test module. + +A C compiler. + + +INSTALLATION + +You install Text::LevenshteinXS by running these commands in the *nix environment: + + perl Makefile.PL + make + make test (optional) + make install + +To install Text::LevenshteinXS in the Win32 environment, use nmake instead of make. +nmake is available for free (in a self extracting executable): + +After download and inflate, put nmake.exe and nmake.err in c:\windows\command . +You need also a C compiler (e.g. Visual C++). + + +DOCUMENTATION + +POD format documentation is included in LevenshteinXS.pm. +POD is readable with the command: + + perldoc Text::LevenshteinXS + + +AVAILABILITY + +The latest version of Text::LevenshteinXS is available from the +CPAN + + +COPYRIGHT + +Copyright 2003 Dree Mistrut + +This package is free software and is provided "as is" without express +or implied warranty. You can redistribute it and/or modify it under +the same terms as Perl itself. +