X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.pm;h=ae9a643b456d7690051622e9ff10a2b1e3b6612d;hp=c6be9e44baa902d7a689c535f5ae4e64ac9c37a3;hb=586fe28631368fca02c1c7bc29274f359e64396d;hpb=83d0244e633eabe8ba89801b3b8cd0ca0f5fee10 diff --git a/SimpleServer.pm b/SimpleServer.pm index c6be9e4..ae9a643 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.45 2007-09-25 09:01:41 mike Exp $ +## $Id: SimpleServer.pm,v 1.49 2009-03-04 15:10:23 mike Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.09'; +$VERSION = '1.11'; 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. @@ -886,9 +886,17 @@ 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 +Any Perl module which is useful for accessing the data source of your choice. =cut