Update of /cvsroot/refdb/homepage
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19589
Modified Files:
programming.html
Log Message:
updated to new Perl client library
Index: programming.html
===================================================================
RCS file: /cvsroot/refdb/homepage/programming.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -U2 -r1.1 -r1.2
--- programming.html 7 Oct 2005 22:11:42 -0000 1.1
+++ programming.html 23 Oct 2005 21:06:54 -0000 1.2
@@ -139,6 +139,6 @@
<h2 id="general">General Features</h2>
<p class="authors">Author: Markus Hoenicka <mho...@us...></p>
- <p><strong><a href="pre/RefDBClient-Client-1.11.tar.gz">Download RefDBClient-Client-1.11.tar.gz</a></strong></p>
- <p><strong>Note:</strong>This version requires <a href="pre/refdb-latest.tar.gz">refdb-0.9.6-pre2 or later</a> or a current CVS version of RefDB.</p>
+ <p><strong><a href="pre/RefDBClient-Client-1.13.tar.gz">Download RefDBClient-Client-1.13.tar.gz</a></strong></p>
+ <p><strong>Note:</strong>This version requires <a href="pre/refdb-latest.tar.gz">refdb-0.9.6-pre3 or later</a> or a current CVS version of RefDB.</p>
<p>The Perl client module <code>RefDBClient::Client</code> allows Perl programmers to access the refdbd server from Perl scripts. The client/server dialog is implemented entirely in Perl. That is, you don't need the C clients installed on your system in order to run a Perl script using this module. The module allows an object-oriented approach to all RefDB client commands.</p>
|