From 50a37d8812c95c60203b0102db91f0c080d4d93b Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 17 Jul 2018 15:26:40 +0200 Subject: Initial port of single file script Signed-off-by: Florian Pritz --- META.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'META.json') 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" } } -- cgit v1.2.3-24-g4f1b