gray / tree-suffix
- Source
- Commits
- Network (0)
- Issues (0)
- Downloads (1)
- Wiki (1)
- Graphs
-
Branch:
master
gray (author)
Wed Sep 02 12:30:06 -0700 2009
| name | age | message | |
|---|---|---|---|
| |
.perlcriticrc | ||
| |
Changes | Wed Sep 02 12:26:08 -0700 2009 | |
| |
MANIFEST | Wed Sep 02 12:12:28 -0700 2009 | |
| |
Makefile.PL | ||
| |
README | Wed Sep 02 12:30:06 -0700 2009 | |
| |
Suffix.xs | Wed Sep 02 08:50:15 -0700 2009 | |
| |
inc/ | Wed Sep 02 10:54:45 -0700 2009 | |
| |
lib/ | Wed Sep 02 12:30:06 -0700 2009 | |
| |
ppport.h | Wed Sep 02 07:42:32 -0700 2009 | |
| |
t/ | Wed Sep 02 11:09:45 -0700 2009 | |
| |
typemap | Sun Mar 29 14:33:13 -0700 2009 | |
| |
xt/ | Wed Sep 02 11:09:45 -0700 2009 |
README
Tree-Suffix
===========
This module provides an interface to the libstree generic suffix tree
library.
INSTALLATION
To install this module type the following:
perl Makefile.PL
make
make test
make install
DEPENDENCIES
This module requires these other modules and libraries:
libstree from http://www.icir.org/christian/libstree/
Test::More
A C compiler is required to build this module.
NOTES
Versions of libstree < .4.2 will exhibit a memory leak.
COPYRIGHT AND LICENCE
Copyright (C) 2006-2009 by gray <gray@cpan.org>
This library is free software; you can redistribute it and/or modify it under
the same terms as Perl itself.

