From: Mike Taylor Date: Mon, 10 Sep 2007 11:16:49 +0000 (+0000) Subject: v1.08 X-Git-Tag: CPAN.1.12~44 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=a26a9d435eacd4ad233ab67bf7c90440e367e691;hp=be2a845da0612fab71d377d2ff64c87322df1565 v1.08 --- diff --git a/Changes b/Changes index e7603a1..751d0ec 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,10 @@ -$Id: Changes,v 1.44 2007-09-01 09:31:51 mike Exp $ +$Id: Changes,v 1.45 2007-09-10 11:16:49 mike Exp $ Revision history for Perl extension Net::Z3950::SimpleServer +1.08 Mon Sep 10 12:15:29 BST 2007 + - *Sigh* Fix mixed statement/declaration. + 1.07 Sat Sep 1 10:31:26 BST 2007 - When the scan-handler callback returns, do not attempt to copy the terms from Perl structures if the error-code is diff --git a/SimpleServer.pm b/SimpleServer.pm index 3739dff..a1b8802 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.42 2007-08-21 16:29:29 mike Exp $ +## $Id: SimpleServer.pm,v 1.43 2007-09-10 11:17:02 mike Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.07'; +$VERSION = '1.08'; bootstrap Net::Z3950::SimpleServer $VERSION;