X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=lib%2FNet%2FZ3950%2FZOOM.pm;h=7e9be7f260c9ab04e253c8f7977fa53cb9cedf61;hb=1b20412a345bace276d8274e68d383bd35626706;hp=b4ef1e9dba3aba35d3670bb641c57bf9465df7fc;hpb=39663e3539f3d833bdebbdfad6a427c3f9925af5;p=ZOOM-Perl-moved-to-github.git diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index b4ef1e9..7e9be7f 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.28 2006-10-12 11:03:35 mike Exp $ +# $Id: ZOOM.pm,v 1.36 2007-10-29 11:52:39 mike Exp $ package Net::Z3950::ZOOM; @@ -6,17 +6,17 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.13'; +our $VERSION = '1.21'; require XSLoader; XSLoader::load('Net::Z3950::ZOOM', $VERSION); my($vs, $ss) = ("x" x 100, "x" x 100); # allocate space for these strings my $version = Net::Z3950::ZOOM::yaz_version($vs, $ss); -if ($version < 0x020115 && ! -f "/tmp/ignore-ZOOM-YAZ-version-mismatch") { +if ($version < 0x020132 && ! -f "/tmp/ignore-ZOOM-YAZ-version-mismatch") { warn <<__EOT__; *** WARNING! -ZOOM-Perl requires at least version 2.1.21 of YAZ, but is currently +ZOOM-Perl requires at least version 2.1.50 of YAZ, but is currently running against only version $vs (sys-string '$ss'). Some things may not work. __EOT__