You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Module::Compile compilers gives you the following benefits:
Ability to mix many source filterish modules in a much more sane manner. Module::Compile controls the compilation process, calling each compiler at the right time with the right data.
Ability to ship precompiled modules without shipping Module::Compile and the compiler modules themselves.
Easier debugging of compiled/filtered code. The .pmc has the real code you want to see.
Zero additional runtime penalty after compilation, because perl has already been doing the .pmc check on every module load since 1999!
The text was updated successfully, but these errors were encountered:
BENEFITS
Module::Compile compilers gives you the following benefits:
The text was updated successfully, but these errors were encountered: