From 3eaa81e8690491f7f9484baa992fcba560e3a1a6 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 4 Mar 2009 15:10:23 +0000 Subject: [PATCH] v1.11 --- Changes | 6 +++++- SimpleServer.pm | 6 +++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/Changes b/Changes index 77daa20..0706b0f 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,11 @@ -$Id: Changes,v 1.53 2009-03-03 22:47:11 mike Exp $ +$Id: Changes,v 1.54 2009-03-04 15:12:41 mike Exp $ Revision history for Perl extension Net::Z3950::SimpleServer +1.11 Wed Mar 4 15:12:53 GMT 2009 + - Add explicit statement of license (same terms as Perl). + No functional changes. + 1.10 Tue Mar 3 22:47:16 GMT 2009 - Document the init-handler's PEER_NAME argument. - Update URL into YAZ documentation. diff --git a/SimpleServer.pm b/SimpleServer.pm index 4da33cb..ae9a643 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.48 2009-03-04 15:02:20 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.10'; +$VERSION = '1.11'; bootstrap Net::Z3950::SimpleServer $VERSION; @@ -896,7 +896,7 @@ 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 -- 1.7.10.4