From 756e3962b2263faef37f9389dcfa13c7888ce314 Mon Sep 17 00:00:00 2001 From: Mirko Tietgen Date: Wed, 2 Dec 2015 17:45:01 +0100 Subject: [PATCH] Bug 14168 PerlDependencies --- C4/Installer/PerlDependencies.pm | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/C4/Installer/PerlDependencies.pm b/C4/Installer/PerlDependencies.pm index c1d03c7..c2bf078 100644 --- a/C4/Installer/PerlDependencies.pm +++ b/C4/Installer/PerlDependencies.pm @@ -782,6 +782,11 @@ our $PERL_DEPS = { 'required' => '1', 'min_ver' => '1.10', }, + 'WWW::YouTube::Download' => { + 'usage' => 'HTML5Media streaming from YouTube', + 'required' => '0', + 'min_ver' => '0.56', + }, }; 1; -- 1.7.10.4