From e93e80dede905b653e35b8bb4e8f31f0c58719bd Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 18 Nov 2018 23:33:14 +0100 Subject: Implement basic check for upgradable packages Signed-off-by: Florian Pritz --- META.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'META.json') diff --git a/META.json b/META.json index fe4d373..ba80617 100644 --- a/META.json +++ b/META.json @@ -42,7 +42,20 @@ }, "runtime" : { "requires" : { - "perl" : "5.008001" + "CPAN::DistnameInfo" : "0", + "CPANPLUS::Backend" : "0", + "Function::Parameters" : "0", + "IO::Zlib" : "0", + "Log::Any" : "0", + "Log::Any::Adapter" : "0", + "Log::Log4perl" : "0", + "Path::Tiny" : "0", + "Syntax::Keyword::Try" : "0", + "TOML" : "0", + "autodie" : "0", + "perl" : "v5.24.0", + "strictures" : "0", + "version" : "0" } }, "test" : { -- cgit v1.2.3-24-g4f1b