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

NAME

slaymake - Calls Slay::Makefile module as if a make program

DESCRIPTION

Calls Slay::Makefile module as if a make program. If no targets are specified, then the first constant set of targets in the Slay::Makefile is built.

USAGE

  slaymake [options] [targets]

Options:

  -d               Supply the debug flag to Slay::Maker
  -e <perl-code>   Execute <perl-code> prior to parsing the SlayMakefile.
                   May be multiple.
  -f <filename>    Use <filename> as the name of the SlayMakefile 
                   (default SlayMakefile)
  -h               Print help
  -V               Print version information

  VAR=VAL          Sets $VAR to "VAL" prior to parsing the SlayMakefile.
                   Processed before -e code.  May be multiple.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 32:

=pod directives shouldn't be over one line long! Ignoring all 8 lines of content