summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
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"
}
}