On Wednesday 09 August 2006 04:48, Chris Marshall wrote: > - Overly verbose but not particularly helpful text output from configure, > built, test process. This is especially confusing for beginning users.
You can mention in the install docs that you can do 'make test 2> /dev/null' (under bash, at least) to get cleaner ouptut. The test results are written to stdout, and most of the warnings go to stderr. I wrote a module that uses a library that prints warnings even with reasonable input. I imagine there are are other modules like this. _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
