diff options
author | dd <dd@FreeBSD.org> | 2001-06-25 04:29:39 +0800 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-06-25 04:29:39 +0800 |
commit | a22214cd93523177e47cd605d44dde3ea14857df (patch) | |
tree | e59628b2feefbb62421c7620d6090f5f700c3e73 /devel/p5-IPC-Shareable | |
parent | 7e1a6ca89336c5adc6aa1e4ba8d2cb64f522ac77 (diff) | |
download | freebsd-ports-graphics-a22214cd93523177e47cd605d44dde3ea14857df.tar.gz freebsd-ports-graphics-a22214cd93523177e47cd605d44dde3ea14857df.tar.zst freebsd-ports-graphics-a22214cd93523177e47cd605d44dde3ea14857df.zip |
Remove duplicate words where appropriate.
Approved by: sobomax, obrien
Diffstat (limited to 'devel/p5-IPC-Shareable')
-rw-r--r-- | devel/p5-IPC-Shareable/pkg-descr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/p5-IPC-Shareable/pkg-descr b/devel/p5-IPC-Shareable/pkg-descr index 15324807aa3..89d60756357 100644 --- a/devel/p5-IPC-Shareable/pkg-descr +++ b/devel/p5-IPC-Shareable/pkg-descr @@ -1,4 +1,4 @@ - IPC::Shareable allows you to tie a a variable to shared memory making + 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 |