Subject: | Log::Dispatch::File : add reopen() method |
Adding a reopen() method (that just closes/opens the file handle) would
ease the implementation of log rotation using external tools such as
logrotate.
The implementation in the Log::Dispatch::File class would benefit to all
its subclasses such as Log::Dispatch::File::Rolling.