Added simple README file, derived from POD comments in SimpleServer.pm
[simpleserver-moved-to-github.git] / SimpleServer.pm
index ec8949b..d6546e7 100644 (file)
 ##
 
 ## $Log: SimpleServer.pm,v $
-## Revision 1.11  2002-03-05 20:49:56  sondberg
+## Revision 1.13  2002-03-06 11:02:04  mike
+## Added simple README file, derived from POD comments in SimpleServer.pm
+## Fixed my (Mike Taylor's) email address
+##
+## 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 +74,7 @@ require AutoLoader;
 @EXPORT = qw(
        
 );
-$VERSION = '0.04';
+$VERSION = '0.05';
 
 bootstrap Net::Z3950::SimpleServer $VERSION;
 
@@ -505,15 +512,12 @@ or something similar, this is the place to do it.
 =head1 AUTHORS
 
 Anders Sønderberg (sondberg@indexdata.dk) and Sebastian Hammer
-(quinn@indexdata.dk). Substantial contributions made by Mike Taylor (mike@tecc.co.uk).
+(quinn@indexdata.dk). Substantial contributions made by Mike Taylor
+(mike@miketaylor.org.uk).
 
 =head1 SEE ALSO
 
-perl(1).
-
 Any Perl module which is useful for accessing the database of your
 choice.
 
 =cut
-
-