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

NAME

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

SYNOPSIS

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

DESCRIPTION

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

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

COPYRIGHT AND LICENSE

Copyright (c) 2006, 2011. Ingy döt Net.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.

See http://www.perl.com/perl/misc/Artistic.html