1Module::Compile::Opt(3)User Contributed Perl DocumentatioMnodule::Compile::Opt(3)
2
3
4
6 Module::Compile::Opt - Provide options to Module::Compile
7
9 > export PERL5OPT=-MModule::Compile::Opt=-ext,p,pm
10 > perl -c lib/Foo.p
11 > cat lib/Foo.pm
12
14 module::Compile::Opt allows you to give runtime options to
15 Module::Compile By default Module::Compile compiles a module in a ".pm"
16 file into a ".pmc" file.
17
19 • Ingy döt Net <ingy@cpan.org>
20
21 • Audrey Tang <audreyt@audreyt.org>
22
24 Copyright 2006-2019. Ingy döt Net.
25
26 This program is free software; you can redistribute it and/or modify it
27 under the same terms as Perl itself.
28
29 See <http://www.perl.com/perl/misc/Artistic.html>
30
31
32
33perl v5.32.1 2021-01-27 Module::Compile::Opt(3)