X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.pm;h=c3e1aa93dc47efc7533cebb2d71cb40edb575e6d;hp=a29563434a3392389072499d78bcc18ae6be2ddb;hb=c696f1e85addaf7931d1a25b591a3053db66afa1;hpb=2b6e09f974b15061af1698d98e90fca2e6c746f5 diff --git a/SimpleServer.pm b/SimpleServer.pm index a295634..c3e1aa9 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.21 2004-06-04 09:57:00 sondberg Exp $ +## $Id: SimpleServer.pm,v 1.22 2004-09-03 13:24:55 mike Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '0.08'; +$VERSION = '0.09'; bootstrap Net::Z3950::SimpleServer $VERSION; @@ -95,6 +95,7 @@ package Net::Z3950::RPN::And; package Net::Z3950::RPN::Or; package Net::Z3950::RPN::AndNot; package Net::Z3950::RPN::Term; +package Net::Z3950::RPN::RSID; package Net::Z3950::RPN::Attributes; package Net::Z3950::RPN::Attribute; @@ -390,10 +391,15 @@ node of one of the above types. See below for details. +=item C + +A reference to a result-set ID indicating a previous search. The ID +of the result-set is in the C element. + =back (I guess I should make a superclass C and make -all of these subclasses of it. Not done that yet, but will do soon.) +all of these subclasses of it. Not done that yet, but will do one day.) =back