| Module-Compile documentation | view source | Contained in the Module-Compile distribution. |
Module::Compile::Opt - Provide options to Module::Compile
> export PERL5OPT=-MModule::Compile::Opt=-ext,p,pm
> perl -c lib/Foo.p
> cat lib/Foo.pm
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.
Ingy döt Net <ingy@ingy.net>
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
| Module-Compile documentation | view source | Contained in the Module-Compile distribution. |