diff options
author | Florian Pritz <bluewind@xinu.at> | 2017-09-10 18:08:54 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2017-09-10 18:08:54 +0200 |
commit | cfba77bdcc1520e558891f71b7d4948841783a8c (patch) | |
tree | 7925829c0b463e1fc70a469140ce299264337acc | |
parent | 5cd771194408a46dbea509d46f980f79d259e8e8 (diff) | |
download | App-BorgRestore-cfba77bdcc1520e558891f71b7d4948841783a8c.tar.gz App-BorgRestore-cfba77bdcc1520e558891f71b7d4948841783a8c.tar.xz |
Update META.json
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r-- | META.json | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -45,12 +45,22 @@ "requires" : { "DBD::SQLite" : "0", "DBI" : "0", + "File::Path" : "0", + "File::Temp" : "0", "File::pushd" : "0", "Function::Parameters" : "0", + "Getopt::Long" : "0", "IPC::Run" : "0", + "List::Util" : "0", "Log::Any" : "0", "Log::Any::Adapter::Log4perl" : "0", "Log::Log4perl" : "0", + "Log::Log4perl::Appender::Screen" : "0", + "Log::Log4perl::Appender::ScreenColoredLevels" : "0", + "Log::Log4perl::Layout::PatternLayout" : "0", + "Log::Log4perl::Level" : "0", + "Pod::Usage" : "0", + "autodie" : "0", "perl" : "v5.14.0" } }, |