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

=head1 NAME

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

=head1 SYNOPSIS

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

=head1 DESCRIPTION

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

=head1 AUTHOR

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

=head1 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

=cut