NAME
KinoSearch::Build -- Module::Build subclass for KinoSearch
SYNOPSIS
my $builder = KinoSearch::Build->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-2009 Marvin Humphrey
LICENSE, DISCLAIMER, BUGS, etc.
See KinoSearch.