summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-11-18 23:33:14 +0100
committerFlorian Pritz <bluewind@xinu.at>2018-11-18 23:33:14 +0100
commite93e80dede905b653e35b8bb4e8f31f0c58719bd (patch)
tree75bf928f77b16b20722c35cf0418286c2c23269e /META.json
parentfd9ce6c0c8b3d7b8816e80bffee436c50eb7cbb9 (diff)
downloadApp-ArchLinux-PackagerTools-e93e80dede905b653e35b8bb4e8f31f0c58719bd.tar.gz
App-ArchLinux-PackagerTools-e93e80dede905b653e35b8bb4e8f31f0c58719bd.tar.xz
Implement basic check for upgradable packages
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'META.json')
-rw-r--r--META.json15
1 files changed, 14 insertions, 1 deletions
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" : {