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

..03-May-2022-

lib/Tree/H04-Mar-2015-23110

t/H04-Mar-2015-289242

xt/H04-Mar-2015-4231

.perlcriticrcH A D02-Sep-2009429 2316

ChangesH A D04-Mar-20152.9 KiB9269

MANIFESTH A D04-Mar-2015521 2928

META.jsonH A D04-Mar-2015969 4746

META.ymlH A D04-Mar-2015541 2524

Makefile.PLH A D04-Mar-20151 KiB3933

READMEH A D02-Sep-2009663 3521

Suffix.xsH A D04-Mar-20157.7 KiB338307

ppport.hH A D02-Sep-2009170.8 KiB7,0643,086

typemapH A D10-Oct-200723 21

README

1Tree-Suffix
2===========
3
4This module provides an interface to the libstree generic suffix tree
5library.
6
7INSTALLATION
8
9To install this module type the following:
10
11    perl Makefile.PL
12    make
13    make test
14    make install
15
16DEPENDENCIES
17
18This module requires these other modules and libraries:
19
20    libstree from http://www.icir.org/christian/libstree/
21    Test::More
22
23A C compiler is required to build this module.
24
25NOTES
26
27Versions of libstree < .4.2 will exhibit a memory leak.
28
29COPYRIGHT AND LICENCE
30
31Copyright (C) 2006-2009 by gray <gray@cpan.org>
32
33This library is free software; you can redistribute it and/or modify it under
34the same terms as Perl itself.
35