diff options
author | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:08:23 +0000 |
---|---|---|
committer | James FitzGibbon <jfitz@FreeBSD.org> | 1996-10-24 08:08:23 +0000 |
commit | e6bc1acf66bc9fb5e95f151af2a8775bb3f6d8c6 (patch) | |
tree | 459edd996c63d249898f36578532c3bfb31cf1d8 /devel/p5-Include/pkg-descr | |
parent | 8dc274f32318a13c79fc3e5b8081347a7b15e661 (diff) |
Notes
Diffstat (limited to 'devel/p5-Include/pkg-descr')
-rw-r--r-- | devel/p5-Include/pkg-descr | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/devel/p5-Include/pkg-descr b/devel/p5-Include/pkg-descr new file mode 100644 index 000000000000..8ee894a66c64 --- /dev/null +++ b/devel/p5-Include/pkg-descr @@ -0,0 +1,7 @@ + The Include module implements a method of using #define constants +from C header files. It does this by putting an extra level of indirection +on the use operator. To enhance performance a cache scheme is used. When a +new module is required the cache is checked first, if the package is not +found then it will be generated from the C header files. Include can be +configured to place any generated packages into the cache automatically, for +security reasons this is turned off by default. |