Subject: | "perl Makefile.PL" output (stdout and stderr) should be included in NA reports |
If Makefile.PL doesn't create a Makefile it can be very helpful to the author to know why.
For example http://search.cpan.org/src/TIMB/Memcached-libmemcached-0.1307/Makefile.PL
tries to configure and build the source to a C library that's bundled with the module.
If the build fails Makefile.PL warns and exit(0)'s without creating a Makefile.
The configure and build is done using system with no redirection, so their should be lots of output to stdout and, if
it fails, then some to stderr as well.
Yet the NA reports I've seen have no output to indicate why it's an NA report:
http://www.nntp.perl.org/group/perl.cpan.testers/2008/01/msg968229.html
http://www.nntp.perl.org/group/perl.cpan.testers/2008/01/msg964827.html
http://www.nntp.perl.org/group/perl.cpan.testers/2008/01/msg968178.html
etc
Naturally it would be very helpful to me to know why these builds generated an NA report.
Thanks.