On Thu, Apr 15, 2010 at 06:50:39PM -0400, Steve Bertrand wrote: > Hi all,
> However, when I run "make test", the Perl code for print does not execute. > > I seem to be searching for the wrong problem in the usual places, so I'd > like to ask for advice on the best way to allow print statements to be > sent to STDOUT for only select tests within a specific test file. Can I > override the 'test' target in the Makefile.PL, or is there something > that I can do within the test file itself? Although you have solved your problem another way, for completeness the solution you were looking for was diag(). See perldoc Test::More. -- Paul Johnson - p...@pjcj.net http://www.pjcj.net -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/