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:
b8e3c8c
)
Fix error-message for too-old YAZ.
author
mike
<mike>
Mon, 10 Sep 2007 14:19:10 +0000
(14:19 +0000)
committer
mike
<mike>
Mon, 10 Sep 2007 14:19:10 +0000
(14:19 +0000)
Makefile.PL
patch
|
blob
|
history
diff --git
a/Makefile.PL
b/Makefile.PL
index
f216f23
..
985745c
100644
(file)
--- a/
Makefile.PL
+++ b/
Makefile.PL
@@
-1,4
+1,4
@@
-# $Id: Makefile.PL,v 1.20 2007-02-26 14:41:24 mike Exp $
+# $Id: Makefile.PL,v 1.21 2007-09-10 14:19:10 mike Exp $
use 5.008;
use ExtUtils::MakeMaker;
@@
-54,7
+54,7
@@
sub check_version {
print <<__EOT__;
*** ERROR!
ZOOM-Perl requires at least version $want of YAZ,
-but is currently you only have version $got.
+but you only have version $got.
__EOT__
exit 1;
}