Subject: | printf to STDERR crashes program while Log::WarnDie is active |
Hi,
first: thanks for providing this great module! That's what I have been
looking for for several years now (not very intensively, however).
I found that while Log::WarnDie is active, printf(STDERR xxxxxx) will
crash the program, because Log::WarnDie does not have a method PRINTF,
while print(STDERR sprintf(xxxx)) does work as expected.
Find one possible solution (added method PRINTF, adapted from PRINT) in
the attached file. It may not be the prettiest solution, since I'm not
at all a perl expert, but it does seem to work for me.
Kind Regards,
Frank
Subject: | WarnDie.add |
Message body not shown because it is not plain text.