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

NAME

amon2-setup.pl - setup script for amon2

SYNOPSIS

    % amon-setup.pl MyApp

        --flavor=Basic   basic flavour(default)
        --flavor=Lite    Amon2::Lite flavour
        --flavor=Minimum minimalistic flavour for benchmarking

        --help   Show this help

DESCRIPTION

This is a setup script for Amon2.

amon2-setup.pl is highly extensible. You can write your own flavor.

HINTS

You can specify --flavor option multiple times. For example, you can type like following:

    % amon-setup.pl --flavor=Basic --flavor=Teng MyApp

    % amon-setup.pl --flavor=Teng,Basic MyApp

Second flavor can overwrite files generated by first flavor.

AUTHOR

Tokuhiro Matsuno