Subject: | Makefile buggy. doesnt report libxslt version mismatch correctly |
Makefile.PL checks for libxslt version incorrectly.
The regex: "if ($@ =~ /^VERSION/)"
https://metacpan.org/source/SHLOMIF/XML-LibXSLT-1.81/Makefile.PL#L75
doesnt match the previous die: "libxslt versions before 1.1.28 are buggy. Please install libxslt-1.1.28."
https://metacpan.org/source/SHLOMIF/XML-LibXSLT-1.81/Makefile.PL#L65
and on line https://metacpan.org/source/SHLOMIF/XML-LibXSLT-1.81/Makefile.PL#L76 you recommend installing 1.1.18 which should probably say 1.1.28
thanks to joel and brother @ channel #perl-help for helping with this issue.