Subject: | "Attempting to create directory" printed by default to stderr |
When local::lib creates the ~/perl5 directory, it prints "Attempting to create directory /root/perl5" message to error output. I see 2.000017 added --quiet option to suppress this message.
Some people have an issue with the message because it looks like a debugging output enabled by default <https://bugzilla.redhat.com/show_bug.cgi?id=1514048>.
I think this change could improve it:
(1) Either print it to standard output.
(2) Or replace --quiet with --verbose option and do not print it by default.
What's your opinion?