Version 0.05 so that we can release the thing at CPAN.
authorAnders S. Mortensen <sondberg@indexdata.dk>
Tue, 5 Mar 2002 20:52:22 +0000 (20:52 +0000)
committerAnders S. Mortensen <sondberg@indexdata.dk>
Tue, 5 Mar 2002 20:52:22 +0000 (20:52 +0000)
SimpleServer.pm

index ec8949b..c4b5c96 100644 (file)
 ##
 
 ## $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;