aboutsummaryrefslogblamecommitdiff
path: root/devel/p5-Module-Compile/pkg-descr
blob: 5483de2c2741a2b3b4aaa93106f12c1d2f1642df (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                      
                                                
This module provides a system for writing modules that *compile* other
Perl modules.

Modules that use these compilation modules get compiled into some
altered form the first time they are run. The result is cached into
".pmc" files.

Perl has native support for ".pmc" files. It always checks for them,
before loading a ".pm" file.

WWW: http://search.cpan.org/dist/Module-Compile/