Subject: | Windows build issue on Perl <5.22 |
If you look at CPAN Testers report http://matrix.cpantesters.org/?dist=Syntax-Keyword-Try+0.04 you see it completely fails on Perl <5.22 on Windows. This is basically because some Perl internal symbols are not exported on those Perl versions. Also see https://github.com/mauke/Function-Parameters/tree/master/hax for how this can be fixed.
btw, https://metacpan.org/source/PEVANS/Syntax-Keyword-Try-0.04/lib/Syntax/Keyword/Try.xs#L7 I guess it should be "#ifndef cv_clone"?
If you have this project on Github, I can provide a P/R. (dont like this rt.cpan very much...)