v1.08
authorMike Taylor <mike@indexdata.com>
Mon, 10 Sep 2007 11:16:49 +0000 (11:16 +0000)
committerMike Taylor <mike@indexdata.com>
Mon, 10 Sep 2007 11:16:49 +0000 (11:16 +0000)
Changes
SimpleServer.pm

diff --git a/Changes b/Changes
index e7603a1..751d0ec 100644 (file)
--- 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
 
 
 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
 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
index 3739dff..a1b8802 100644 (file)
@@ -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;
 
 
 package Net::Z3950::SimpleServer;
 
@@ -39,7 +39,7 @@ require AutoLoader;
 
 @ISA = qw(Exporter AutoLoader DynaLoader);
 @EXPORT = qw( );
 
 @ISA = qw(Exporter AutoLoader DynaLoader);
 @EXPORT = qw( );
-$VERSION = '1.07';
+$VERSION = '1.08';
 
 bootstrap Net::Z3950::SimpleServer $VERSION;
 
 
 bootstrap Net::Z3950::SimpleServer $VERSION;