From: Mike Taylor Date: Tue, 25 Sep 2007 09:02:03 +0000 (+0000) Subject: Towards 1.10 X-Git-Tag: CPAN.1.12~36 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=9e52fe3b352579982d63ec09711cff6c4b49de30;hp=83d0244e633eabe8ba89801b3b8cd0ca0f5fee10 Towards 1.10 --- diff --git a/Changes b/Changes index ba1a5f7..9086b12 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,10 @@ -$Id: Changes,v 1.46 2007-09-10 14:54:51 mike Exp $ +$Id: Changes,v 1.47 2007-09-25 09:02:03 mike Exp $ Revision history for Perl extension Net::Z3950::SimpleServer +1.10 (IN PROGRESS) + - Document the init-handler's PEER_NAME argument. + 1.09 Mon Sep 10 15:54:38 BST 2007 - *Argh* Another mixed statement/declaration. diff --git a/SimpleServer.pm b/SimpleServer.pm index c6be9e4..bc8a9ab 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.46 2007-09-25 09:02:14 mike Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.09'; +$VERSION = '1.10'; bootstrap Net::Z3950::SimpleServer $VERSION;