diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Dialog/pkg-descr | 2 | ||||
-rw-r--r-- | devel/p5-IPC-Shareable/pkg-descr | 16 |
2 files changed, 11 insertions, 7 deletions
diff --git a/devel/p5-Dialog/pkg-descr b/devel/p5-Dialog/pkg-descr index cc14f33f3917..6872bbb92e52 100644 --- a/devel/p5-Dialog/pkg-descr +++ b/devel/p5-Dialog/pkg-descr @@ -1 +1,3 @@ Dialog - Perl interface to dialog(3) + +WWW: http://search.cpan.org/dist/Dialog/ diff --git a/devel/p5-IPC-Shareable/pkg-descr b/devel/p5-IPC-Shareable/pkg-descr index 89d607563572..2bb2d7ebd5d5 100644 --- a/devel/p5-IPC-Shareable/pkg-descr +++ b/devel/p5-IPC-Shareable/pkg-descr @@ -1,7 +1,9 @@ - IPC::Shareable allows you to tie a variable to shared memory making - it easy to share the contents of that variable with other Perl - processes. Currently either scalars or hashes can be tied; tying of - arrays remains a work in progress. However, the variable being tied may - contain arbitrarily complex data structures - including references to - arrays, hashes of hashes, etc. See the "REFERENCES" entry in this - manpage below for more information. +IPC::Shareable allows you to tie a variable to shared memory making it +easy to share the contents of that variable with other Perl processes. +Currently either scalars or hashes can be tied; tying of arrays remains +a work in progress. However, the variable being tied may contain +arbitrarily complex data structures - including references to arrays, +hashes of hashes, etc. See the "REFERENCES" entry in this manpage below +for more information. + +WWW: http://search.cpan.org/dist/IPC-Shareable/ |