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 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().