summaryrefslogtreecommitdiffstats
path: root/cpanfile
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-08-06 14:07:17 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-08-06 14:07:17 +0200
commitf7513a81e379e3ef4c6946c7e5536fef1616c21b (patch)
tree90e214592bde5a53884f66ae62a1556e279577c5 /cpanfile
parent12322867dfc395b55e523dae5b87d20c657864c5 (diff)
downloadApp-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--cpanfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpanfile b/cpanfile
index 05605b5..a1b17cc 100644
--- a/cpanfile
+++ b/cpanfile
@@ -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';