projects
/
ZOOM-Perl-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:
cc1bbaa
)
Version 0.99
author
mike
<mike>
Mon, 26 Feb 2007 15:58:33 +0000
(15:58 +0000)
committer
mike
<mike>
Mon, 26 Feb 2007 15:58:33 +0000
(15:58 +0000)
lib/Net/Z3950.pm
patch
|
blob
|
history
diff --git
a/lib/Net/Z3950.pm
b/lib/Net/Z3950.pm
index
503dacf
..
d167a4e
100644
(file)
--- a/
lib/Net/Z3950.pm
+++ b/
lib/Net/Z3950.pm
@@
-1,9
+1,11
@@
-# $Id: Z3950.pm,v 1.1 2005-10-13 13:11:17 mike Exp $
+# $Id: Z3950.pm,v 1.2 2007-02-26 15:58:33 mike Exp $
use strict;
use warnings;
use Net::Z3950::ZOOM;
+our $VERSION = '0.99'; # Supersedes "proper" Net::Z3950 v0.51
+
# Member naming convention is the same as in ../ZOOM.pm