From: Mike Taylor Date: Mon, 10 Sep 2007 14:54:27 +0000 (+0000) Subject: 1.09 X-Git-Tag: CPAN.1.12~39 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=2838187cf5b3eb95352f68a9709929a2b42019dc;ds=sidebyside 1.09 --- diff --git a/Changes b/Changes index 751d0ec..ba1a5f7 100644 --- a/Changes +++ b/Changes @@ -1,7 +1,10 @@ -$Id: Changes,v 1.45 2007-09-10 11:16:49 mike Exp $ +$Id: Changes,v 1.46 2007-09-10 14:54:51 mike Exp $ Revision history for Perl extension Net::Z3950::SimpleServer +1.09 Mon Sep 10 15:54:38 BST 2007 + - *Argh* Another mixed statement/declaration. + 1.08 Mon Sep 10 12:15:29 BST 2007 - *Sigh* Fix mixed statement/declaration. diff --git a/SimpleServer.pm b/SimpleServer.pm index a1b8802..307e5c7 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.43 2007-09-10 11:17:02 mike Exp $ +## $Id: SimpleServer.pm,v 1.44 2007-09-10 14:54:27 mike Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.08'; +$VERSION = '1.09'; bootstrap Net::Z3950::SimpleServer $VERSION;