diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-08-06 14:06:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-08-06 14:06:54 +0200 |
commit | 12322867dfc395b55e523dae5b87d20c657864c5 (patch) | |
tree | 6c6b175067684a58a6d111b8bfb42dcb701eee0b /cpanfile | |
parent | eb6cf749e94e9e186e72fb080d386b161cbe9a0e (diff) | |
download | App-ImapNotify-12322867dfc395b55e523dae5b87d20c657864c5.tar.gz App-ImapNotify-12322867dfc395b55e523dae5b87d20c657864c5.tar.xz |
Add missing Encode dependency
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'cpanfile')
-rw-r--r-- | cpanfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,5 +1,6 @@ requires 'perl', 'v5.24.0'; requires 'autodie'; +requires 'Encode'; requires 'Function::Parameters'; requires 'IO::Socket::SSL'; requires 'Log::Any'; |