Name: Elizabeth Mattijsen
Email: [EMAIL PROTECTED]
(no homepage to speak of)
User-ID: ELIZABETH
I am currently working on a completely object oriented support for the 
NexTrieve fuzzy XML search engine, allowing users to create indexes and 
queries from Perl without having to get into the XML nitty gritty.

The Perl modules are currently completely Perl only and should run in any 
version of Perl > 5.0 and any system on which NexTrieve can 
run.  Everything is completely made with ExtUtils::MakeMaker and an 
extensive test-suite is included, testing both the Perl modules itself as 
well as the functionality of the installed NexTrieve software (which can be 
obtained for free for non-commercial use from  http://www.nextrieve/com ).


Thanks in advance for your time!


Kind regards,

Elizabeth Mattijsen



Some info on the modules in question:
=========================================================================
The MANIFEST looks like this at the moment:

MANIFEST
README
TODO
Makefile.PL
lib/NexTrieve.pm
lib/NexTrieve/Collection.pm
lib/NexTrieve/Daemon.pm
lib/NexTrieve/Docseq.pm
lib/NexTrieve/Document.pm
lib/NexTrieve/Hitlist.pm
lib/NexTrieve/Hitlist/Hit.pm
lib/NexTrieve/Index.pm
lib/NexTrieve/Replay.pm
lib/NexTrieve/Resource.pm
lib/NexTrieve/Query.pm
lib/NexTrieve/Querylog.pm
lib/NexTrieve/Search.pm
t/01basic.t
t/02collection.t
t/03resource.t
t/04search.t
t/05query.t
t/06hitlist.t
t/07document.t
t/08docseq.t
t/09index.t
t/10daemon.t
t/11querylog.t
t/80ntvindex.t
t/81ntvsearch.t
t/82ntvsearchd.t

Output of "make test":

$ make test
PERL_DL_NONLAZY=1 /usr/bin/perl -Iblib/arch -Iblib/lib 
-I/usr/local/lib/perl5/5.6.1/i686-linux -I/usr/local/lib/perl5/5.6.1 -e 
'use Test::Harness qw(&runtests $verbose); $verbose=0; runtests @ARGV;' t/*.t
t/01basic...........ok
t/02collection......ok
t/03resource........ok
t/04search..........ok
t/05query...........ok
t/06hitlist.........ok
t/07document........ok
t/08docseq..........ok
t/09index...........ok
t/10daemon..........ok
t/11querylog........ok
t/80ntvindex........ok
t/81ntvsearch.......ok
t/82ntvsearchd......ok
All tests successful.
Files=14, Tests=149, 15 wallclock secs ( 2.21 cusr +  0.39 csys =  2.60 CPU)

The current distribution size:

$ ls -l NexTrieve-0.01.tar.gz
-rw-rw-r--    1 liz      liz         37720 Jan 19 18:07 NexTrieve-0.01.tar.gz

Reply via email to