summaryrefslogtreecommitdiffstats
path: root/META.json
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2017-11-21 19:53:31 +0100
committerFlorian Pritz <bluewind@xinu.at>2017-11-21 20:06:22 +0100
commit654740fd9cecce9921d274246791eb0cbc723af0 (patch)
tree09fd936ea1ce177f0ecbc56778a4bdef06c5a4b7 /META.json
parentc97d2a9e42fcb74b05b1473c24f849e5e2e995d8 (diff)
downloadApp-BorgRestore-654740fd9cecce9921d274246791eb0cbc723af0.tar.gz
App-BorgRestore-654740fd9cecce9921d274246791eb0cbc723af0.tar.xz
borg_list_time: Use JSON when possible
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'META.json')
-rw-r--r--META.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/META.json b/META.json
index be02fbb..cba2f5d 100644
--- a/META.json
+++ b/META.json
@@ -45,12 +45,14 @@
"requires" : {
"DBD::SQLite" : "0",
"DBI" : "0",
+ "Date::Parse" : "0",
"File::Path" : "0",
"File::Temp" : "0",
"File::pushd" : "0",
"Function::Parameters" : "0",
"Getopt::Long" : "0",
"IPC::Run" : "0",
+ "JSON" : "0",
"List::Util" : "0",
"Log::Any" : "0",
"Log::Any::Adapter::Log4perl" : "0",
@@ -60,6 +62,7 @@
"Log::Log4perl::Layout::PatternLayout" : "0",
"Log::Log4perl::Level" : "0",
"Pod::Usage" : "0",
+ "Version::Compare" : "0",
"autodie" : "0",
"perl" : "v5.14.0"
}