projects
/
simpleserver-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a99c67
)
Version 0.05 so that we can release the thing at CPAN.
author
Anders S. Mortensen
<sondberg@indexdata.dk>
Tue, 5 Mar 2002 20:52:22 +0000
(20:52 +0000)
committer
Anders S. Mortensen
<sondberg@indexdata.dk>
Tue, 5 Mar 2002 20:52:22 +0000
(20:52 +0000)
SimpleServer.pm
patch
|
blob
|
history
diff --git
a/SimpleServer.pm
b/SimpleServer.pm
index
ec8949b
..
c4b5c96
100644
(file)
--- 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;