The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

boilerplater.pl - Invoke Boilerplater code generator.

SYNOPSIS

   perl ../devel/boilerplater.pl --in=SOURCE_DIR --out=DEST_DIR --lucy

DESCRIPTION

This script is a wrapper around Boilerplater, so see Boilerplater's docs for an explanation.

ARGUMENTS

boilerplater.pl must be invoked with valid values for in and out, plus one of either kino or <lucy>.

--in=SOURCE_DIR

Directory to be scanned recursively for .h files containing Boilerplater code.

--out=DEST_DIR

The directory where the generated .r files will be written.

--lucy

Generate code for Lucy.

--kino

Generate code for KinoSearch.

AUTHOR

Marvin Humphrey