Just means tests weren't run by the smoker for one reason or another. When the process is halted during the configure or build steps, no tests are run so test results are N/A. Not available.
Yep. Looking at the tester output of a single result, I see:
Thank you for uploading your work to CPAN. While attempting to build
+or test
this distribution, the distribution signaled that support is not avail
+able
either for this operating system or this version of Perl.
If OP can't figure out the issue, I'll look into the distribution itself tomorrow afternoon.
See my very first reply way at the top. In their Makefile, they changed MIN_PERL_VERSION => '5.006' in their previous dist to MIN_PERL_VERSION => '5.10'. That's perl 5.6.0 to 5.100.0. They meant 5.010 for perl 5.10.0.