Subject: | Makefile will die with gdome2 version 0.8.0 or higher |
In XML-GDOME-0.83
Because of this:
die "VERSION" unless $major == 0 && $minor == 7 && $point >= 2;
( Makefile.PL line 20 )
The Makefile.PL will die if the version reported by gdome-config is greater than 7 ( 0.8.0 )
Was this intentional ?
Nothing in the docs metions not using a version higher than 7.9, only not using a version lower than 7.2