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:
3a8ce7e
)
Requires YAZ 4 or later
author
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 Feb 2014 16:35:33 +0000
(17:35 +0100)
committer
Adam Dickmeiss
<adam@indexdata.dk>
Mon, 10 Feb 2014 16:35:33 +0000
(17:35 +0100)
due to changes of scan API of ZOOM (int to size_t). In reality
this should have been done with commit:
7f28788ed9c05eefeaa16bed3b1074dda9e699d2
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
2985131
..
ce6062b
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-17,7
+17,7
@@
will also need to install "libyaz-dev" in order to build this module.
}
chomp($yazver);
-check_version($yazver, "2.1.50");
+check_version($yazver, "4.0.0");
# For Windows use
# $yazinc = '-Ic:\yaz\include';