logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

       •   Ingy döt Net <ingy@cpan.org>

       •   Audrey Tang <audreyt@audreyt.org>

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.

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

See Also