X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=lib%2FNet%2FZ3950%2FZOOM.pm;h=efde3c05c23bfa95cb74e2ebb97a32165e9710bf;hb=e4bbd9744710dba2d6019c684085b7836fbd3ea0;hp=88d8d286e0943a8a99fa71cb192ecc0c08dfb0e5;hpb=fbb39931afaadffa44e33e65ffabf96748e8873f;p=ZOOM-Perl-moved-to-github.git diff --git a/lib/Net/Z3950/ZOOM.pm b/lib/Net/Z3950/ZOOM.pm index 88d8d28..efde3c0 100644 --- a/lib/Net/Z3950/ZOOM.pm +++ b/lib/Net/Z3950/ZOOM.pm @@ -1,4 +1,4 @@ -# $Id: ZOOM.pm,v 1.32 2007-02-13 15:30:51 mike Exp $ +# $Id: ZOOM.pm,v 1.34 2007-02-26 15:58:57 mike Exp $ package Net::Z3950::ZOOM; @@ -6,17 +6,17 @@ use 5.008; use strict; use warnings; -our $VERSION = '1.17'; +our $VERSION = '1.19'; 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__