All of KinoSearch's C-struct types share the same typemap profile, but can't be mapped to a single type. Instead of tediously hand-editing the typemap file, we autogenerate the file.

NAME

KinoSearchBuild -- Module::Build subclass for KinoSearch

SYNOPSIS

my $builder = KinoSearchBuild->new(
    %args_to_module_build_constructor;
);
$builder->create_build_script;

DESCRIPTION

KinoSearch stores XS code inside .pm files (see KinoSearch::Docs::DevGuide for the reasoning behind that strategy) and auto-generates a bunch of C code using devel/boilerplater.pl. This custom Module::Build subclass does some extra work extracting and writing those files on the fly.

COPYRIGHT

Copyright 2005-2006 Marvin Humphrey

LICENSE, DISCLAIMER, BUGS, etc.

See KinoSearch.