From 654740fd9cecce9921d274246791eb0cbc723af0 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 21 Nov 2017 19:53:31 +0100 Subject: borg_list_time: Use JSON when possible Signed-off-by: Florian Pritz --- META.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'META.json') 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" } -- cgit v1.2.3-24-g4f1b