From 9e711749cfb43040e09c3af3f6892603941e9285 Mon Sep 17 00:00:00 2001 From: "Anders S. Mortensen" Date: Tue, 5 Mar 2002 20:52:22 +0000 Subject: [PATCH] Version 0.05 so that we can release the thing at CPAN. --- SimpleServer.pm | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/SimpleServer.pm b/SimpleServer.pm index ec8949b..c4b5c96 100644 --- a/SimpleServer.pm +++ b/SimpleServer.pm @@ -26,7 +26,10 @@ ## ## $Log: SimpleServer.pm,v $ -## Revision 1.11 2002-03-05 20:49:56 sondberg +## Revision 1.12 2002-03-05 20:52:22 sondberg +## Version 0.05 so that we can release the thing at CPAN. +## +## Revision 1.11 2002/03/05 20:49:56 sondberg ## Added a couple of lines of documentation. ## ## Revision 1.10 2002/02/28 11:21:57 mike @@ -67,7 +70,7 @@ require AutoLoader; @EXPORT = qw( ); -$VERSION = '0.04'; +$VERSION = '0.05'; bootstrap Net::Z3950::SimpleServer $VERSION; -- 1.7.10.4