table of contents
Module::Compile::Opt(3pm) | User Contributed Perl Documentation | Module::Compile::Opt(3pm) |
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.
AUTHORS¶
- Ingy döt Net <ingy@cpan.org>
- Audrey Tang <audreyt@audreyt.org>
COPYRIGHT AND LICENSE¶
Copyright 2006-2019. Ingy döt Net.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
2022-11-30 | perl v5.36.0 |