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

..03-May-2022-

t/H11-Aug-2003-169

ChangesH A D11-Aug-2003640 2315

LCS.pmH A D11-Aug-20033.1 KiB14642

LCS.xsH A D11-Aug-20036.7 KiB255216

MANIFESTH A D09-Aug-2003143 109

META.ymlH A D11-Aug-2003243 108

Makefile.PLH A D09-Aug-2003763 1813

READMEH A D11-Aug-2003444 2314

ppport.hH A D09-Aug-200314.4 KiB541271

README

1Algorithm/LCS version 1.04
2==========================
3
4Algorithm::LCS reimplements Algorithm::Diff's core loop in XS,
5and provides a simple OO interface to it.
6
7INSTALLATION
8
9To install this module type the following:
10
11   perl Makefile.PL
12   make
13   make test
14   make install
15
16COPYRIGHT AND LICENCE
17
18Copyright (C) 2003 Joe Schaefer
19
20This library is free software; you can redistribute it and/or modify
21it under the same terms as Perl itself.
22
23