Is there any way to get the log of "perl Makefile.PL" included in "NA" reports?
I have a module, Memcached::libmemcached, that bundles the source code to a C library, libmemcached. The "perl Makefile.PL" starts by running configure and make for that source. If the configure or make fail then Makefile.PL exits cleanly with a message and no Makefile. Great. But it's very frustrating to not be able to see what went wrong. For example: http://www.nntp.perl.org/group/perl.cpan.testers/2008/01/msg960878.html http://www.nntp.perl.org/group/perl.cpan.testers/2008/01/msg966187.html Is there *any* way to get the log included? Tim.