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

..03-May-2022-

buildlib/KinoSearch1/Test/H28-Oct-2010-227172

devel/H28-Oct-2010-341233

lib/H28-Oct-2010-20,06812,648

src/H28-Oct-2010-6,4382,655

t/H28-Oct-2010-3,7612,900

Build.PLH A D28-Oct-201010.2 KiB310243

ChangesH A D28-Oct-2010188 115

MANIFESTH A D28-Oct-20106.3 KiB219218

META.ymlH A D28-Oct-201010.5 KiB280279

Makefile.PLH A D28-Oct-20101.2 KiB3524

READMEH A D28-Oct-2010511 2515

README

1KinoSearch1
2
3Search engine library.
4
5INSTALLATION
6
7To install this module, run the following commands:
8
9    perl Build.PL
10    perl Build
11    perl Build test
12    perl Build install
13
14XS CODE
15
16KinoSearch1 is a Perl/XS distribution, despite the apparent lack of .xs files.
17KinoSearch1.xs gets written on the fly when 'perl Build.PL' is invoked.
18
19COPYRIGHT AND LICENCE
20
21Copyright 2005-2010 Marvin Humphrey
22
23This program is free software; you can redistribute it and/or modify it
24under the same terms as Perl itself.
25