Module::Compile::Opt - Provide options to Module::Compile


Module-Compile documentation  | view source Contained in the Module-Compile distribution.

Index


NAME

Top

Module::Compile::Opt - Provide options to Module::Compile

SYNOPSIS

Top

    > export PERL5OPT=-MModule::Compile::Opt=-ext,p,pm
    > perl -c lib/Foo.p
    > cat lib/Foo.pm

DESCRIPTION

Top

Module::Compile::Opt allows you to give runtime options to Module::Compile By default Module::Compile compiles a module in a .pm file into a .pmc file.

AUTHOR

Top

Ingy döt Net <ingy@ingy.net>

COPYRIGHT AND LICENSE

Top


Module-Compile documentation  | view source Contained in the Module-Compile distribution.