Subject: | Fails on unthreaded perls |
Yes, the module name suggests that it works only with threaded perls (though there are some Thread::* modules which work if forks.pm or so is used). Problem is just that not exiting the build process early (i.e. in Makefile.PL/Build.PL time) causes fail/pass patterns like this:
http://matrix.cpantesters.org/?dist=Thread-Bless+0.07
And it also can cause the module to be listed on
http://analysis.cpantesters.org/beforemaintrelease?pair=5.30.1:5.31.8
which means that somebody has to check if it is a potential Bleadperl Breaks CPAN candidate.