sciurius / perl-Getopt-Long

Module Getopt::Long - extended processing of command line options
13 stars 17 forks source link

gol-load1.t is noisy on stderr #29

Open iabyn opened 9 months ago

iabyn commented 9 months ago

The recently-added test file t/gol-load1.t does a diag(), in order to output handy information about the configuration. But diag() outputs to stderr, which should really only be used when there's an issue. Since Getopt-Long is bundled with perl core, it means the perl build now has an extra bit of noise on stderr.

The call to diag() should be changed to note().