Subject: | Fails with perl < 5.8.9 |
cpantesters provided evidence as per subject:
http://analysis.cpantesters.org/reports_by_field?distv=CGI-Compile-0.07;field=meta%3Aperl
A bisect wasn't completely successful but brought me to the interval
29317..29358 in the perrforce repository. The most likely candidate that
fixed perl was baf38871fc80983cac18186eda941e2cc1b9430b, "...undef
$SIG{FOO} should restore the default signal..."
So maybe the Makefile.PL should declare the dependency on minimum perl
version so that cpantesters send NA instead of FAIL with older perls.
How this can be done is described in
http://wiki.cpantesters.org/wiki/CPANAuthorNotes
Thanks,