From: Mike Taylor Date: Thu, 4 Feb 2010 16:30:40 +0000 (+0000) Subject: 1.12 X-Git-Tag: CPAN.1.12~1 X-Git-Url: http://git.indexdata.com/?p=simpleserver-moved-to-github.git;a=commitdiff_plain;h=f6b14b19d49d2f43d0542e50000c0894f81a4960 1.12 --- diff --git a/SimpleServer.pm b/SimpleServer.pm index ae9a643..2c780e5 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -25,7 +25,7 @@ ## ## -## $Id: SimpleServer.pm,v 1.49 2009-03-04 15:10:23 mike Exp $ +## $Id: SimpleServer.pm,v 1.50 2010-02-04 16:30:40 mike Exp $ package Net::Z3950::SimpleServer; @@ -39,7 +39,7 @@ require AutoLoader; @ISA = qw(Exporter AutoLoader DynaLoader); @EXPORT = qw( ); -$VERSION = '1.11'; +$VERSION = '1.12'; bootstrap Net::Z3950::SimpleServer $VERSION;