diff options
author | Florian Pritz <bluewind@xinu.at> | 2018-08-06 18:23:45 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2018-08-06 18:23:45 +0200 |
commit | 606f8c689220f61e10315d372e0aee9ae0dbf2a7 (patch) | |
tree | a880ef60c8b79973557fcc900138020910344687 | |
parent | b5abb144d8a695c36267fe568fa142252168615d (diff) | |
download | App-ImapNotify-606f8c689220f61e10315d372e0aee9ae0dbf2a7.tar.gz App-ImapNotify-606f8c689220f61e10315d372e0aee9ae0dbf2a7.tar.xz |
Update META.json
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | META.json | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -10,7 +10,7 @@ ], "meta-spec" : { "url" : "http://search.cpan.org/perldoc?CPAN::Meta::Spec", - "version" : "2" + "version" : 2 }, "name" : "App-ImapNotify", "no_index" : { @@ -42,10 +42,12 @@ }, "runtime" : { "requires" : { + "Encode" : "0", "Function::Parameters" : "0", "IO::Socket::SSL" : "0", "Log::Any" : "0", "Log::Any::Adapter" : "0", + "Log::Log4perl" : "0", "MCE::Hobo" : "0", "Path::Tiny" : "0", "Syntax::Keyword::Try" : "0", @@ -67,5 +69,5 @@ "release_status" : "unstable", "version" : "0.01", "x_authority" : "cpan:BLUEWIND", - "x_serialization_backend" : "JSON::PP version 2.27400_02" + "x_serialization_backend" : "JSON::PP version 2.97001" } |