X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.pm;h=4da33cb28946f7bf91549055b6e3df6564de11a6;hp=a1b880247986ba00f9ada2ca63b85e58db22de5f;hb=ce64528067151a441371689dc2ae189778ce1457;hpb=a26a9d435eacd4ad233ab67bf7c90440e367e691 diff --git a/SimpleServer.pm b/SimpleServer.pm index a1b8802..4da33cb 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.43 2007-09-10 11:17:02 mike Exp $ +## $Id: SimpleServer.pm,v 1.48 2009-03-04 15:02:20 mike Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.08'; +$VERSION = '1.10'; bootstrap Net::Z3950::SimpleServer $VERSION; @@ -301,7 +301,7 @@ by means of the method Notice, the first argument should be the name of your server script (for logging purposes), while the rest of the arguments are documented in the YAZ toolkit manual: The section on -application invocation: +application invocation: In particular, you need to use the -T switch to start your SimpleServer in threaded mode. @@ -320,6 +320,7 @@ The argument hash passed to the init handler has the form $args = { ## Response parameters: + PEER_NAME => "", ## Name or IP address of connecting client IMP_ID => "", ## Z39.50 Implementation ID IMP_NAME => "", ## Z39.50 Implementation name IMP_VER => "", ## Z39.50 Implementation version @@ -885,6 +886,14 @@ Anders S Sebastian Hammer (quinn@indexdata.dk), Mike Taylor (indexdata.com). +=head1 COPYRIGHT AND LICENCE + +Copyright (C) 2000-2009 by Index Data. + +This library is free software; you can redistribute it and/or modify +it under the same terms as Perl itself, either Perl version 5.8.4 or, +at your option, any later version of Perl 5 you may have available. + =head1 SEE ALSO Any Perl module which is useful for accessing the database of your