diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-08-06 14:07:17 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-08-06 14:07:17 +0200 |
commit | f7513a81e379e3ef4c6946c7e5536fef1616c21b (patch) | |
tree | 90e214592bde5a53884f66ae62a1556e279577c5 /cpanfile | |
parent | 12322867dfc395b55e523dae5b87d20c657864c5 (diff) | |
download | App-ImapNotify-f7513a81e379e3ef4c6946c7e5536fef1616c21b.tar.gz App-ImapNotify-f7513a81e379e3ef4c6946c7e5536fef1616c21b.tar.xz |
Use Log4perl for timestamps in output
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,6 +5,7 @@ requires 'Function::Parameters'; requires 'IO::Socket::SSL'; requires 'Log::Any'; requires 'Log::Any::Adapter'; +requires 'Log::Log4perl'; requires 'MCE::Hobo'; requires 'Path::Tiny'; requires 'Syntax::Keyword::Try'; |