summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-07-17 15:26:40 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-07-17 15:26:40 +0200
commit50a37d8812c95c60203b0102db91f0c080d4d93b (patch)
tree86d1c9b2e5461e872fdfbcb207a4e07a9f37283e /META.json
parent6e43e5e33b7d4fceaadb42e8264a7319002848cb (diff)
downloadApp-ImapNotify-50a37d8812c95c60203b0102db91f0c080d4d93b.tar.gz
App-ImapNotify-50a37d8812c95c60203b0102db91f0c080d4d93b.tar.xz
Initial port of single file script
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'META.json')
-rw-r--r--META.json11
1 files changed, 10 insertions, 1 deletions
diff --git a/META.json b/META.json
index 4350f14..0f03234 100644
--- a/META.json
+++ b/META.json
@@ -42,11 +42,20 @@
},
"runtime" : {
"requires" : {
- "perl" : "5.008001"
+ "Function::Parameters" : "0",
+ "IO::Socket::SSL" : "0",
+ "Log::Any" : "0",
+ "Log::Any::Adapter" : "0",
+ "MCE::Hobo" : "0",
+ "Time::Out" : "0",
+ "autodie" : "0",
+ "perl" : "v5.24.0"
}
},
"test" : {
"requires" : {
+ "Test::Differences" : "0",
+ "Test::MockObject" : "0",
"Test::More" : "0.98"
}
}