add WWW entries and re-compose descriptions

This commit is contained in:
Yen-Ming Lee 2003-06-17 11:39:43 +00:00
parent ccaae76721
commit 442de8175b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=83144
5 changed files with 16 additions and 8 deletions

View file

@ -3,4 +3,4 @@ such as the news history file. It does support the creation of a new
database if the .pag and .lib files are missing -- just call the tie database if the .pag and .lib files are missing -- just call the tie
function with a create flag and a mode (see the documentation). function with a create flag and a mode (see the documentation).
Author: Wayne Davison <wayne@clari.net> WWW: http://search.cpan.org/dist/DBZ_File/

View file

@ -1 +1,3 @@
Dialog - Perl interface to dialog(3) Dialog - Perl interface to dialog(3)
WWW: http://search.cpan.org/dist/Dialog/

View file

@ -1,7 +1,9 @@
IPC::Shareable allows you to tie a variable to shared memory making IPC::Shareable allows you to tie a variable to shared memory making it
it easy to share the contents of that variable with other Perl easy to share the contents of that variable with other Perl processes.
processes. Currently either scalars or hashes can be tied; tying of Currently either scalars or hashes can be tied; tying of arrays remains
arrays remains a work in progress. However, the variable being tied may a work in progress. However, the variable being tied may contain
contain arbitrarily complex data structures - including references to arbitrarily complex data structures - including references to arrays,
arrays, hashes of hashes, etc. See the "REFERENCES" entry in this hashes of hashes, etc. See the "REFERENCES" entry in this manpage below
manpage below for more information. for more information.
WWW: http://search.cpan.org/dist/IPC-Shareable/

View file

@ -3,3 +3,5 @@ improvements over the existing programs that do the same thing. Only
tested on OpenBSD, but should run without problems on any Unix-like tested on OpenBSD, but should run without problems on any Unix-like
system. If you furtherly improve it, please send me the diffs. As always, system. If you furtherly improve it, please send me the diffs. As always,
published under a BSD style license, see the included LICENSE file. published under a BSD style license, see the included LICENSE file.
WWW: http://jumpgate.sourceforge.net/

View file

@ -6,3 +6,5 @@ consistent and predictable interfaces to incompatible whois response formats.
The Whois RFC (954) does not define a template for presenting server data; The Whois RFC (954) does not define a template for presenting server data;
consequently there is a large variation in layout styles as well as content consequently there is a large variation in layout styles as well as content
served across servers. served across servers.
WWW: http://search.cpan.org/dist/Net-XWhois/