View | Details | Raw Unified | Return to bug 14168
Collapse All | Expand All

(-)a/C4/Installer/PerlDependencies.pm (-1 / +5 lines)
Lines 782-787 our $PERL_DEPS = { Link Here
782
        'required' => '1',
782
        'required' => '1',
783
        'min_ver'  => '1.10',
783
        'min_ver'  => '1.10',
784
    },
784
    },
785
    'WWW::YouTube::Download' => {
786
        'usage'    => 'HTML5Media streaming from YouTube',
787
        'required' => '0',
788
        'min_ver'  => '0.56',
789
    },
785
};
790
};
786
791
787
1;
792
1;
788
- 

Return to bug 14168