From eee4bebe2452e53545f1aca9a69240cb7c5bae2a Mon Sep 17 00:00:00 2001 From: mike Date: Mon, 26 Feb 2007 15:58:33 +0000 Subject: [PATCH] Version 0.99 --- lib/Net/Z3950.pm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/Net/Z3950.pm b/lib/Net/Z3950.pm index 503dacf..d167a4e 100644 --- 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 -- 1.7.10.4