X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=blobdiff_plain;f=SimpleServer.pm;h=2c780e5160674e89861683ddbcb9ed1196a7156b;hp=74d7adb53adfa4df06481dab8ff35d370060e31c;hb=f6b14b19d49d2f43d0542e50000c0894f81a4960;hpb=e9f2b188e250a7292bc5a83451ebc4effb9a76fd diff --git a/SimpleServer.pm b/SimpleServer.pm index 74d7adb..2c780e5 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.47 2008-04-03 10:46:46 mike Exp $ +## $Id: SimpleServer.pm,v 1.50 2010-02-04 16:30:40 mike Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.10'; +$VERSION = '1.12'; bootstrap Net::Z3950::SimpleServer $VERSION; @@ -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